Browse Source

Promote FreeBSD to 64bit and default compiler

pull/335/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
ca05b2e32d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

5
README.md

@ -48,16 +48,15 @@ cmake --build . -j $(sysctl -n hw.physicalcpu)
``` ```
</details> </details>
<details><summary>FreeBSD</summary> <details><summary>FreeBSD</summary>
*Note: At the moment this only appears to work from a 32bit system.*
### Installing dependencies ### Installing dependencies
``` ```
pkg install cmake gcc8 sdl2_mixer sdl2_ttf libsodium pkg install cmake sdl2_mixer sdl2_ttf libsodium
``` ```
### Compiling ### Compiling
``` ```
cd build 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) cmake --build . -j $(sysctl -n hw.ncpu)
``` ```
</details> </details>

Loading…
Cancel
Save