Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
varunthomas authored Jun 27, 2023
1 parent c56a2fb commit b77dc64
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,16 @@ https://sdk.lunarg.com/sdk/download/latest/windows/vulkan-sdk.exe <br/>
Install the Vulkan SDK.<br/>
Select all optional components<br/>

<ins>**3. Download and install latest Python:**</ins>

1. Go to https://www.python.org/downloads/ and download latest Python
2. When installing check Add python.exe to PATH
3. Select Customize installation. Select all components.

<ins>**3. Generate the solution:**</ins>

1. Run the [GenerateProjects.bat](https://github.com/varunthomas/TurboGE/blob/main/GenerateProjects.bat) file in the root directory. This will run the premake required to build the project. This will also create the Visual Studio solutions file.
1. Run the [init.bat](https://github.com/varunthomas/TurboGE/blob/main/init.bat) file in the root directory. This will install premake and any dependencies.
2. Run the [GenerateProjects.bat](https://github.com/varunthomas/TurboGE/blob/main/GenerateProjects.bat) file in the root directory. This will run the premake required to build the project. This will also create the Visual Studio solutions file.


***
Expand Down

0 comments on commit b77dc64

Please sign in to comment.