Isembart / Isembart/Boids-Simulation-SFML

Missing dependencies

Open
#7 2 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.