SKALE-1850 build improvements

parent 892911ba
...@@ -80,9 +80,9 @@ autoconf ...@@ -80,9 +80,9 @@ autoconf
Go to project's top directory and run Go to project's top directory and run
``` ```
export CFLAGS=-I`readlink -f ./libBLS/deps/deps_inst/x86_or_x64/include` #export CFLAGS=-I`readlink -f ./libBLS/deps/deps_inst/x86_or_x64/include`
export CXXFLAGS=-I`readlink -f ./libBLS/deps/deps_inst/x86_or_x64/include` #export CXXFLAGS=-I`readlink -f ./libBLS/deps/deps_inst/x86_or_x64/include`
export LDFLAGS=-L`readlink -f ./libBLS/deps/deps_inst/x86_or_x64/lib` #export LDFLAGS=-L`readlink -f ./libBLS/deps/deps_inst/x86_or_x64/lib`
make make
``` ```
......
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