Skip to content

Jef808/ball-thrower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Draw With Nested Circles

How to build an executable binary

  1. Make sure Git and CMake are intalled on your system.

  2. Clone the repository: in a shell execute the command

git clone https://github.com/Jef808/ball-thrower
  1. Now navigate to the project's root and set up the CMake build template
cd ball-thrower

cmake -S . -B build -DCMAKE_BUILD_TYPE=release
  1. Once cmake has setup everything, you are ready to build the executable binary. By using the following command, the binary will be compiled and located at build/bin/main
cmake --build build

Run the thing

Now that an executable binary was successfully built, simply execute it with

./build/bin/main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5