default compiler should be clang not gcc for FreeBSD in readme

This commit is contained in:
UnknownShadow200 2019-07-28 07:48:32 +10:00 committed by GitHub
parent 9fe0b6805a
commit 824e43a1ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ Install appropriate libs as required. For ubuntu these are: libx11-dev, libgl1-m
#### FreeBSD
```gcc *.c -o ClassiCube -I /usr/local/include -L /usr/local/lib -lm -lpthread -lX11 -lGL -lcurl -lopenal -lexecinfo```
```clang *.c -o ClassiCube -I /usr/local/include -L /usr/local/lib -lm -lpthread -lX11 -lGL -lcurl -lopenal -lexecinfo```
#### OpenBSD