Skip to content

Can not compile Polygon Crest #4

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
       +--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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions