mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 09:01:57 -05:00
default compiler should be clang not gcc for FreeBSD in readme
This commit is contained in:
parent
9fe0b6805a
commit
824e43a1ea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue