- Rust
- The
nightlytoolchain is preferred.stablemight work, but is not guaranteed.
- The
You will need the following packages installed on your system (Names vary by distribution) or you can build them from source:
gccg++makelibc6cmakepkg-configlibssllibpqlibsqlite3git
Note
Ensure that you have the latest Xcode Command Line Tools installed by running the following in your terminal:
xcode-select --installNote
You will need to install Homebrew to install the following packages.
gccg++makecmakepkg-configperlgit
- Clone the repository to your local machine.
- Navigate to where you cloned the repository in your terminal.
- Run the following command to build the project:
cargo build --package fediproto-sync --releaseThe compiled binary will be located at target/release/fediproto-sync.