Isembart / Isembart/Boids-Simulation-SFML
Missing dependencies
Open
- Dominant language
- C++
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Your CMakeLists.txt looks incomplete, but eventually it builds...
- Missing copy arrow.png into build directory
- Cmake doesn't check: freetype, xcursor, flac, ...
How to make it work in Ubuntu:
```bash
sudo apt install libopenal-dev libflac-dev libvorbis-dev
sudo apt install libxrandr-dev libxcursor-dev
sudo apt install libfreetype-dev libfreetype6 libfreetype6-dev
sudo apt install pkg-config
pkg-config --cflags freetype2
mkdir build
cd build
cmake ..
make
```
Contributor guide
Assessment
This issue has not been assessed yet.