-
Notifications
You must be signed in to change notification settings - Fork 14
Build a Local Copy
Matt Nadareski edited this page Sep 19, 2025
·
5 revisions
Below is what is required to build the SabreTools repo from scratch
- The latest source for the SabreTools GitHub page
- C# / .NET IDE of your choice (Visual Studio 2019 Community Edition or Visual Studio Code strongly recommended)
- ..NET Core 3.1 and .NET 5 SDKs for development
- Working knowledge of C#, .NET, and SQLite
- Working knowledge of XML files
- (Optional) Git - for syncing with the latest release from source
- (Optional) SQLite database viewer of your choice - for direct editing of the SQLite databases
- Install and configure the IDE you chose on your local machine
- Extract the project to an empty directory
- Open the solution in the root of the extracted project directory
- Build the solution
- (Optional) Place the Headerer.sqlite file from the latest release in the build directory
- The pre-populated databases contain information that will make it easier to test your builds locally
- Introduction
- Feature Overviews
- Auxiliary Information
- Development Information