Skip to content

Commit 57db04b

Browse files
Marek Kulikqaisjp
authored andcommitted
Update README build instructions (#127)
1 parent 4888a23 commit 57db04b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@ Download and install the [EditorConfig](https://visualstudiogallery.msdn.microso
3434

3535
### Build Instructions
3636
#### Windows
37-
1. Execute `create-projects.bat`
38-
2. Open `Build\MTASA.sln`
37+
1. Execute `win-create-projects.bat`
38+
2. Open `MTASA.sln` in the `Build` directory
3939
3. Compile
40-
4. Install data files: `utils\premake5.exe install_data`
41-
5. Install resources: `utils\premake5.exe install_resources` (optional step)
40+
4. Execute: `win-install-data.bat`
4241

4342
#### Linux
4443
1. Execute `utils/premake5_x86 gmake` (32-bit OS) or `utils/premake5_x64 gmake` (64-bit OS)
4544
2. `cd Build`
4645
3. Run `make config=release_x86` to build the 32-bit server and `make config=release_x64` to build the 64-bit server (or use `debug` instead of `release` to run an unoptimized debug build)
46+
4. Execute `linux-install-data.sh` (optional step)
4747

4848
### Premake FAQ
4949
#### How to add new C++ source files?
50-
Just execute `create-projects.bat`.
50+
Just execute `win-create-projects.bat`.
5151

5252
## License
5353

5454
Unless otherwise specified, all source code hosted on this repository is licensed under the GPLv3 license. See the LICENSE file for more details.
5555

56-
Grand Theft Auto and all related trademarks are © Rockstar North 1997 - 2016.
56+
Grand Theft Auto and all related trademarks are © Rockstar North 1997 - 2017.

0 commit comments

Comments
 (0)