Closed sea-kg closed 4 years ago
Interesting PR, thanks for submitting. Is the build_simple.sh
required for the docker or is it just an example ?
Build simple it's just helper script with 4 commands (no docker):
mkdir -p tmp # folder where will be build all files
cd tmp # will be building there
cmake .. # first run cmake for configuring
make # and make project
ok. And in build_simple.sh
, could you make these few changes:
Thanks
Ok.
Maybe better add HOW-TO-BUILD.md in a root of project ?
Maybe better add HOW-TO-BUILD.md in a root of project ?
No, I don't think I want another file. I may add a paragraph in the README that mentions build-simple.sh
, but it already references doc/build_system.txt
which has detailed information. I don't want compiling instructions in 3 different places...
Ok. I m understood.