-
-
Notifications
You must be signed in to change notification settings - Fork 4
Windows Build Source Instructions
Daniel McGuire edited this page Jun 28, 2024
·
4 revisions
This method uses a custom script to build and install the Simple Browser application.
-
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
-
Install the Prerequisites:
- Download and install the Prerequisites pack, password is DMC
-
Run BuildAll.cmd:
- Run the BuildAll-Windows.cmd file in the 'scripts' location of the cloned repository. This will use a python script to compile the browser, the new tab, and the installer. Click here to view command line arguments for DMC Build Scripts
-
Done
- The installer is in the script directory
This method uses Visual Studio to build and run the Simple Browser application (The new tab and installer will also be built.)
- Download and install the Prerequisites pack, password is DMC
-
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
-
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 open the .sln file.
-
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.)
-
Run the Application: The installer was placed at the root of the repository.
Copyright (C) 2021-2024 Daniel McGuire Corporation (And contributors)