Skip to content

Building

Bilal edited this page May 25, 2024 · 2 revisions

Prerequisites

Installing Git (Optional)

If you don't have git installed on your machine, follow these steps:

  1. Visit the Git download page.
  2. Download the appropriate version for your operating system.
  3. Run the installer.
  • During the installation, you will be asked if you want to add Git to your system's PATH environment variable. Ensure you choose the option to do so. This allows you to use Git from the command line without specifying its full path.
  1. After installation, open a terminal or command prompt and type git --version to ensure Git is correctly installed.

Building

  1. Clone the Git repository using git clone https://github.com/BiraruStudios/BOIII-ReImagined.git.
  2. Run build.bat to initialize the submodules and build the VS .sln file.
  3. Open the project in Visual Studio, change the top drop down lists to Release, x64.
  4. Build the application.
Clone this wiki locally