Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.42 KB

File metadata and controls

54 lines (40 loc) · 1.42 KB

Reloaded II: Building



CringyQuotes.Count == 0
I'm out of ideas for something to put here.
Feel free to add something here with a pull request.

Table of Contents

Prerequisites

  • Visual Studio 2019+
  • Visual Studio: "Desktop development with C++" (Windows 10 SDK)
  • .NET Core 3.0 Preview 6 SDK (or newer).
  • NuGet Package Manager (Fetching Dependencies)

Obtaining Reloaded

  • Clone this repository and fetch the submodules.
git clone https://github.com/Reloaded-Project/Reloaded-II
cd Reloaded-II
git submodule update --init --recursive

Building Reloaded

  • Open 'Source/Reloaded-II.sln' in Visual Studio.
  • Build.

You're done (* ^ ω ^), go play around!

Releasing Reloaded

To distribute Reloaded, build it using the publish script Publish.ps1.

  1. Open Developer Command Prompt for VS 2019
  2. Change current directory to the Source directory.
  3. Open Powershell by typing in powershell.
  4. Execute .\Publish.ps1

The output should reside in the Publish folder.

Note: This action wipes the Output folder, i.e. it will remove your files.