-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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 +--srcThen 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.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels