Fix italic to bold [ci skip]

This commit is contained in:
Alibek Omarov 2018-12-13 09:23:21 +03:00
parent 2ecfa20f94
commit 6ede01ea05
1 changed files with 9 additions and 8 deletions

View File

@ -40,8 +40,8 @@ If you're stuck somewhere and you need a clear example, open `.travis.yml`.
### Prerequisites ### Prerequisites
#### Windows(Visual Studio) #### Windows(Visual Studio)
* Install Visual Studio. * Install Visual Studio.
* Install latest [Python](https://python.org) *OR* run `cinst python.install` if you have Chocolatey. * Install latest [Python](https://python.org) **OR** run `cinst python.install` if you have Chocolatey.
* Install latest [Git](https://git-scm.com/download/win) *OR* run `cinst git.install` if you have Chocolatey. * Install latest [Git](https://git-scm.com/download/win) **OR** run `cinst git.install` if you have Chocolatey.
* Download [SDL2](https://libsdl.org/download-2.0.php) development package for Visual Studio. * Download [SDL2](https://libsdl.org/download-2.0.php) development package for Visual Studio.
* Clone this repository: `git clone --recursive https://github.com/FWGS/xash3d-fwgs`. * Clone this repository: `git clone --recursive https://github.com/FWGS/xash3d-fwgs`.
* Clone `vgui-dev` repository: `git clone https://github.com/FWGS/vgui-dev`. * Clone `vgui-dev` repository: `git clone https://github.com/FWGS/vgui-dev`.
@ -49,11 +49,12 @@ If you're stuck somewhere and you need a clear example, open `.travis.yml`.
#### Linux #### Linux
NOTE: Make sure you're OK with targetting 32-bit. NOTE: Make sure you're OK with targetting 32-bit.
Even if Xash3D FWGS does support targetting 64-bit, anything can happen, not to mention that you can't load games without recompiling them from source code! Even if Xash3D FWGS does support targetting 64-bit, anything can happen, not to mention that you can't load games without recompiling them from source code!
* *Gentoo*: TODO * **Gentoo**: TODO
* *Debian*: TODO * **Debian**: TODO
* *ArchLinux*: TODO * **ArchLinux**: TODO
### Building ### Building
#### Windows(Visual Studio) #### Windows(Visual Studio)
@ -71,8 +72,8 @@ Even if Xash3D FWGS does support targetting 64-bit, anything can happen, not to
3) Install(optional): `./waf install` 3) Install(optional): `./waf install`
## Running ## Running
1) Copy libraries and main executable somewhere, if you're skipped installation stage. 0) Copy libraries and main executable somewhere, if you're skipped installation stage.
2) Copy game files to same directory 1) Copy game files to same directory
3) Run `xash3d.exe`/`xash3d.sh`/`xash3d` depending on which platform you're using. 2) Run `xash3d.exe`/`xash3d.sh`/`xash3d` depending on which platform you're using.
For additional info, run Xash3D with `-help` command line key. For additional info, run Xash3D with `-help` command line key.