This is just a template for making projects. Feel free to use.
Just some basic stuff:
- Modern C/C++ compiler
- CMake installed
You can download a zip file or use git:
> mkdir ./project
> cd ./project
> git clone \
ADD_GIT_LINK \
project_name
> cd project_nameGreat! Now that you have the project, you just need to build it:
> bash ./build.sh
> make
> ./proj
Hello, world!Now your project should be up and running.
There is no need to have them installed, CMake will do it:
- Dep1
- Dep2
- Implement hello world
- Do everything else