Fix some mistypes [ci skip]
This commit is contained in:
parent
6ede01ea05
commit
dbb4b2c1f9
1 changed files with 2 additions and 2 deletions
|
@ -61,13 +61,13 @@ Even if Xash3D FWGS does support targetting 64-bit, anything can happen, not to
|
||||||
0) Open command line
|
0) Open command line
|
||||||
1) Navigate to `xash3d-fwgs` directory.
|
1) Navigate to `xash3d-fwgs` directory.
|
||||||
2) Carefully examine which build options are available: `waf --help`
|
2) Carefully examine which build options are available: `waf --help`
|
||||||
3) Configure build: `waf configure --build-type=release --sdl2=c:/path/to/SDL2 --vgui-dev=c:/path/to/vgui-dev --prefix=c:/path/to/any/output/directory`
|
3) Configure build: `waf configure --build-type=release --sdl2=c:/path/to/SDL2 --vgui=c:/path/to/vgui-dev --prefix=c:/path/to/any/output/directory`
|
||||||
4) Compile: `waf build`
|
4) Compile: `waf build`
|
||||||
5) Install: `waf install`
|
5) Install: `waf install`
|
||||||
|
|
||||||
#### Linux
|
#### Linux
|
||||||
0) Examine which build options are available: `./waf --help`
|
0) Examine which build options are available: `./waf --help`
|
||||||
1) Configure build: `./waf configure --build-type=release`
|
1) Configure build: `./waf configure --build-type=release --vgui=vgui-dev`
|
||||||
2) Compile: `./waf build`
|
2) Compile: `./waf build`
|
||||||
3) Install(optional): `./waf install`
|
3) Install(optional): `./waf install`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue