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:
UnknownShadow200 2020-05-06 16:36:55 +10:00
parent d949b5b34e
commit b6b200d118
2 changed files with 5 additions and 1 deletions

View file

@ -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>

View file

@ -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```