mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 09:01:57 -05:00
Add missing compile instructions for dragonfly bsd to main readme
Also rename macos app bundle identifier from 'com.classicube.game' to 'com.classicube.mac'
This commit is contained in:
parent
d949b5b34e
commit
b6b200d118
2 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<key>CFBundleIconFile</key>
|
||||
<string>ClassiCube</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.classicube.game</string>
|
||||
<string>com.classicube.mac</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
|
|
|
@ -90,6 +90,10 @@ Install libexecinfo package if needed.
|
|||
|
||||
```gcc *.c -o ClassiCube -I /usr/X11R7/include -I /usr/pkg/include -L /usr/X11R7/lib -L /usr/pkg/lib -lpthread -lX11 -lXi -lGL -lcurl -lopenal -lexecinfo```
|
||||
|
||||
#### DragonflyBSD
|
||||
|
||||
```gcc *.c -o ClassiCube -I /usr/local/include -L /usr/local/lib -lm -lpthread -lX11 -lXi -lGL -lcurl -lopenal -lexecinfo```
|
||||
|
||||
#### Solaris
|
||||
|
||||
```gcc *.c -o ClassiCube -lm -lsocket -lX11 -lXi -lGL -lcurl -lopenal```
|
||||
|
|
Loading…
Reference in a new issue