-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build in Linux using cmake as there is no build directory #167
Comments
Try: aknight2015@penguin:~/Programs/MagicSetEditor2$ mkdir build && cmake build -DCMAKE_BUILD_TYPE=Release :) |
Sooooooo. |
I tried copying CMakeLists.txt into the build folder. `aknight2015@penguin:~/Programs/MagicSetEditor2$ cmake build -DCMAKE_BUILD_TYPE=Release
Add the installation prefix of "boost_regex" to CMAKE_PREFIX_PATH or set -- Configuring incomplete, errors occurred! |
aknight2015@penguin:~/Programs/MagicSetEditor2$ cmake build -DCMAKE_BUILD_TYPE=Release CMake Error: The source directory "/home/aknight2015/Programs/MagicSetEditor2/build" does not exist. Specify --help for usage, or press the help button on the CMake GUI.
The text was updated successfully, but these errors were encountered: