mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
Update README.md, update ivp submodule
This commit is contained in:
parent
18e088f8ff
commit
6e5ef80a0e
25
README.md
25
README.md
@ -1,20 +1,27 @@
|
||||
# source-engine
|
||||
The main purpose of this repository is to port the engine for other platforms.
|
||||
|
||||
# Goals
|
||||
* fixing bugs
|
||||
* NEON support
|
||||
* ~~NEON support~~
|
||||
* DXVK support
|
||||
* remove unnecessary dependencies
|
||||
* Elbrus port
|
||||
* Arm(android) port
|
||||
* ~~Arm(android) port~~
|
||||
* improve performance
|
||||
* replace current buildsystem with waf
|
||||
* ~~replace current buildsystem with waf~~
|
||||
* rewrite achivement system( to work without steam )
|
||||
# How to Build?
|
||||
1. Clone repo ( ```git clone https://github.com/nillerusr/source-engine```)
|
||||
2. Run ```git submodule init && git submodule update```
|
||||
* 64-bit support
|
||||
|
||||
# How to Build?
|
||||
Clone repo and change directory:
|
||||
```
|
||||
git clone https://github.com/nillerusr/source-engine --recursive --depth 1
|
||||
cd source-engine
|
||||
```
|
||||
On Linux:
|
||||
|
||||
dependencies:
|
||||
fontconfig, freetype2, OpenAL, SDL2, libbz2, libcurl, libjpeg, libpng, zlib
|
||||
```
|
||||
./waf configure -T debug
|
||||
./waf build
|
||||
@ -25,5 +32,5 @@ export ANDROID_NDK=/path/to/ndk
|
||||
./waf configure -T debug --android=armeabi-v7a,4.9,21
|
||||
./waf build
|
||||
```
|
||||
On Windows:
|
||||
**TODO(WAF is not configured for Windows. Use VPC as temporary solution)**
|
||||
On Windows/MacOS:
|
||||
**TODO(WAF is not configured for Windows/MacOS. Use VPC as temporary solution)**
|
||||
|
2
ivp
2
ivp
@ -1 +1 @@
|
||||
Subproject commit 64e06cde5f7b651eb794a5c46ac1ceae198ec182
|
||||
Subproject commit 82849306f728db57868d7a82fe7bcff333eb468c
|
Loading…
Reference in New Issue
Block a user