Update README.md

This commit is contained in:
nillerusr 2021-04-06 22:34:32 +03:00 committed by GitHub
parent 519ecc4917
commit 397fe29c73

View file

@ -16,9 +16,6 @@ On Linux:
2. Run ```git submodule init && git submodule update``` 2. Run ```git submodule init && git submodule update```
3. Build 3. Build
``` ```
cd thirdparty/ ./waf configure -T debug
./build.sh ./waf build
cd ../
./createallprojects
./build.sh everything
``` ```