Skip to content

Win‐Legacy Build Source Instructions

Daniel McGuire edited this page May 24, 2024 · 1 revision

Requires Windows 10 to run and compile!

Method 1 | !!WIP!! Build Script

This method uses a custom script to build and install the Simple Browser Legacy application.

Steps

  1. Clone the Repository: Use Git to clone this repository to your local machine.
    git clone https://github.com/Daniel-McGuire-Corporation/Simple-Browser.git --recurse-submodules
  2. Install the Prerequisites:
  3. Run BuildAll.cmd:
  4. Done
    • WIP The installer is in the script directory

Method 2 | Visual Studio

This method uses Visual Studio to build and run the Simple Browser Legacy application (WIP The installer will also be built.WIP )

Prerequisites

Steps

  1. Clone the Repository: Use Git to clone this repository to your local machine.

    git clone https://github.com/Daniel-McGuire-Corporation/Simple-Browser.git --recurse-submodules
  2. Open the Project: Launch Visual Studio and open the project file.

    • Click on File -> Open -> Project/Solution.
    • Navigate to the location where you cloned the repository and go to src/windows-legacy and open the .sln file.
  3. Build the Project: Build the project using Visual Studio.

    • Make sure Visual Studio is set to Release, not Debug. (Depending on what you want)
    • Click the Arrow on the top (Build.)
  4. Run the Application: WIP The installer was placed at the root of the repository.