Expected behavior
According readme_English.txt to compile Polygon Crest (ysgebl) under Linux I should do next:
If you extract the files as:
+--(Home Directory)
+--PolygonCrest
+--bin
+--src
Then you can build the program by typing:
% cd ~/PolygonCrest
% mkdir build
% cd build
% cmake ../src
% make
Actual behavior
I extracted ysgebl (https://github.com/captainys/public/tree/master/src/ysgebl) folder as:
+--(Home Directory)
+--public-master
+--src
+--ysgebl
+--tutorial
+--src
+--runtime
@captainys, BUT when tried to compile — it failed:
$ cd public-master/src/ysgebl
$ mkdir build
$ cd build
CMake Error: The source directory "~/public-master/src/ysgebl/src" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
Expected behavior
According
readme_English.txtto compile Polygon Crest (ysgebl) under Linux I should do next:Actual behavior
I extracted
ysgebl(https://github.com/captainys/public/tree/master/src/ysgebl) folder as:@captainys, BUT when tried to compile — it failed: