Update README.md, update ivp submodule

This commit is contained in:
nillerusr
2021-10-23 17:09:16 +03:00
committed by GitHub
parent 18e088f8ff
commit 6e5ef80a0e
2 changed files with 17 additions and 10 deletions
+16 -9
View File
@@ -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)**
+1 -1
Submodule ivp updated: 64e06cde5f...82849306f7