Skip to content
This repository was archived by the owner on Mar 3, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (25 loc) · 1.17 KB

Building-from-source.md

File metadata and controls

36 lines (25 loc) · 1.17 KB

Building from source

The solution contains two main projects, the Impostor server and patcher. The server is built using .NET 5 and the winforms patcher is with .NET Framework 4.7.2.

Cloning Impostor

You need to clone Impostor using git.

git clone https://github.com/AeonLucid/Impostor.git

Building the server

Dependencies

Build using the CLI

cd src/Impostor.Server/
dotnet build

To setup the server, please look at Running the server.

Building the winforms patcher

Dependencies

Build using the CLI

cd src/Impostor.Patcher/Impostor.Patcher.WinForms
dotnet build