Skip to content

Instantly share code, notes, and snippets.

@johnX9
Last active May 20, 2018 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnX9/ca50919d8e94c23022d4a7f6e97b2ad2 to your computer and use it in GitHub Desktop.
Save johnX9/ca50919d8e94c23022d4a7f6e97b2ad2 to your computer and use it in GitHub Desktop.
# Create a build folder if it doesn't exist
mkdir -p build
# Change the current directory to "build"
cd build
# Create all the build files needed
cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Debug ..
# Build
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment