Skip to content

Build a Local Copy

Matt Nadareski edited this page Sep 19, 2025 · 5 revisions

Build a Local Copy

Below is what is required to build the SabreTools repo from scratch

Prerequisites

  • 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

Building the Repo

  1. Install and configure the IDE you chose on your local machine
  2. Extract the project to an empty directory
  3. Open the solution in the root of the extracted project directory
  4. Build the solution
  5. (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

Clone this wiki locally