mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-22 09:57:21 +01:00
[skip ci] Edit README
This commit is contained in:
parent
6f6b0000b5
commit
46218fe415
19
README.md
19
README.md
@ -1,9 +1,20 @@
|
|||||||
# Half-Life SDK for Xash3D
|
# Half-Life SDK for Xash3D [![Build Status](https://travis-ci.org/FWGS/hlsdk-xash3d.svg)](https://travis-ci.org/FWGS/hlsdk-xash3d)
|
||||||
|
|
||||||
Half-Life SDK for Xash3D with some fixes.
|
Half-Life SDK for Xash3D & GoldSource with some fixes.
|
||||||
|
|
||||||
## How to build
|
## How to build
|
||||||
|
|
||||||
|
### CMake as most universal way
|
||||||
|
|
||||||
|
```
|
||||||
|
mkdir build && cd build
|
||||||
|
cmake ../
|
||||||
|
```
|
||||||
|
|
||||||
|
You may enable or disable some build options by -Dkey=value. All available build options are defined in CMakeLists.txt at root directory.
|
||||||
|
|
||||||
|
See below, if CMake is not suitable for you:
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
@ -25,3 +36,7 @@ TODO
|
|||||||
gmake CXX=clang++ CC=clang
|
gmake CXX=clang++ CC=clang
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Android
|
||||||
|
|
||||||
|
Just typical `ndk-build`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user