Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunurd/cpp-template
https://github.com/brunurd/cpp-template
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brunurd/cpp-template
- Owner: brunurd
- License: mit
- Created: 2024-04-29T20:16:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T20:32:27.000Z (8 months ago)
- Last Synced: 2024-10-28T06:31:07.847Z (2 months ago)
- Language: C
- Size: 670 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CPP Template
## Dependencies
- C++ (C++20)
- CMake
- Make### Optional (can be removed manually):
- SFML
- xxdTo install in Debian OSes run in an UNIX shell (tested only with BASH):
```bash
./run install
```## Build and run
```bash
./run start
```