You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
253 B
28 lines
253 B
8 years ago
|
# Half-Life SDK for Xash3D
|
||
|
|
||
|
Half-Life SDK for Xash3D with some fixes.
|
||
|
|
||
|
## How to build
|
||
|
|
||
|
### Windows
|
||
|
|
||
|
TODO
|
||
|
|
||
|
### Linux
|
||
|
|
||
|
TODO
|
||
|
|
||
|
### OS X
|
||
|
|
||
|
TODO
|
||
|
|
||
|
### FreeBSD
|
||
|
|
||
|
```
|
||
|
cd dlls
|
||
|
gmake CXX=clang++ CC=clang
|
||
|
cd ../cl_dll
|
||
|
gmake CXX=clang++ CC=clang
|
||
|
```
|
||
|
|