SKALE-1850 build improvements

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