SKALE-1850 improved README.md

parent 2d8d71bb
...@@ -68,8 +68,12 @@ cd scripts; ./build.py ...@@ -68,8 +68,12 @@ cd scripts; ./build.py
Co to the project's top directory, then run Co to the project's top directory, then run
``` ```
autoreconf
autoconf autoconf
automake automake
export CFLAGS="-I `pwd`/libBLS/deps/deps_inst/x86_or_x64/include"
export CXXFLAGS="-I `pwd`/libBLS/deps/deps_inst/x86_or_x64/include"
export LDFLAGS="-L `pwd`/libBLS/deps/deps_inst/x86_or_x64/lib"
./configure ./configure
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment