Build from an existing checkout.
If you already have the application source, follow the Fedora guide to build and test the native foundation.
Get RIVET / development build
RIVET 0.1.0 is a tested local development baseline. There is currently no public binary download or configured public source repository.
If you already have the application source, follow the Fedora guide to build and test the native foundation.
Source availability
The reference has a local v0.1.0 tag and no configured Git remote. A source link will be added when a public repository is available.
Run these commands inside an application checkout after installing the dependencies in the Fedora guide. They do not build this website.
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DRIVET_REQUIRE_JACK=ON
cmake --build build -j 4
ctest --test-dir build --output-on-failure
./build/rivetFuture packaging will need dependency declarations, desktop integration and installation testing. No RPM download is available.
A portable package is a future goal. Its format and support policy have not been established; no portable binary is available.
Each phase has an explicit status and a defined scope.