Skip to content

Commit

Permalink
Promote FreeBSD to 64bit and default compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo committed Oct 6, 2019
1 parent ebe846d commit ca05b2e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,15 @@ cmake --build . -j $(sysctl -n hw.physicalcpu)
```
</details>
<details><summary>FreeBSD</summary>
*Note: At the moment this only appears to work from a 32bit system.*

### Installing dependencies
```
pkg install cmake gcc8 sdl2_mixer sdl2_ttf libsodium
pkg install cmake sdl2_mixer sdl2_ttf libsodium
```
### Compiling
```
cd build
cmake -DCMAKE_C_COMPILER=/usr/local/bin/gcc8 -DCMAKE_CXX_COMPILER=/usr/local/bin/g++8 ..
cmake ..
cmake --build . -j $(sysctl -n hw.ncpu)
```
</details>
Expand Down

0 comments on commit ca05b2e

Please sign in to comment.