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.
You need to clone Impostor using git.
git clone https://github.com/AeonLucid/Impostor.git
- .NET 5 SDK
- Rider or Visual Studio (Optional, only if you want the full IDE experience)
cd src/Impostor.Server/
dotnet build
To setup the server, please look at Running the server.
cd src/Impostor.Patcher/Impostor.Patcher.WinForms
dotnet build