You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,18 @@ Still not sure? Check out [this](https://www.youtube.com/watch?v=TvRpQa8dJ7E) ni
10
10
11
11
Requirements:
12
12
13
-
+[Premake 5](http://industriousone.com/premake/download)*(pre-built executable available in this repository root)*
14
-
+[Visual Studio](http://www.visualstudio.com/downloads) 2013 or greater.
13
+
+[Premake 5](https://premake.github.io/download/)*(install with `winget install -e --id Premake.Premake.5.Beta`, or download from the official website)*
14
+
+[Visual Studio](https://www.visualstudio.com/downloads) 2017 or greater.
15
+
+[Windows XP Platform Toolset](https://learn.microsoft.com/en-us/cpp/build/configuring-programs-for-windows-xp) is required; add it from Visual Studio’s Individual Components Installer if needed.
15
16
16
17
Run the following command in the root of this directory to generate the project files:
17
18
18
-
premake5 vs2013
19
+
premake5 vs2022
19
20
20
21
You can install the generated binaries into your game directory by running:
21
22
22
23
premake5 install "C:/Program Files (x86)/Rockstar Games/GTA San Andreas"
23
24
24
-
Or, you might want the files to be automatically installed everytime you build the solution:
25
+
Or, you might want the files to be automatically installed every time you build the solution:
25
26
26
-
premake5 vs2013 "--idir=C:/Program Files (x86)/Rockstar Games/GTA San Andreas"
27
-
27
+
premake5 vs2022 "--idir=C:/Program Files (x86)/Rockstar Games/GTA San Andreas"
0 commit comments