updated README.md

This commit is contained in:
Logan007 2020-06-24 16:17:25 +05:45
parent 06e5ea2b85
commit be89963884

View File

@ -73,12 +73,14 @@ On linux, compilation from source is straight forward:
./configure ./configure
make make
Parts of the code especially Speck cipher and the header encryption speedwise benefit from compiler optimizations and platform features such as NEON, SSE and AVX. To enable, use `./configure CFLAGS="-O3 -march=native"` instead.
# optionally install # optionally install
make install make install
``` ```
Parts of the code especially Speck cipher and the header encryption speedwise benefit
from compiler optimizations and platform features such as NEON, SSE and AVX. To enable,
use `./configure CFLAGS="-O3 -march=native"` for configuration instead.
For Windows, check out [Windows.md](doc/Windows.md) for compilation and run instuctions. For Windows, check out [Windows.md](doc/Windows.md) for compilation and run instuctions.
For MacOS, check out [macOS.md](doc/macOS.md). For MacOS, check out [macOS.md](doc/macOS.md).