You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

528 B

title
Installing dependencies on RPM-based systems
# If you want PostgreSQL
dnf install postgresql-server postgresql-contrib libpqxx libpqxx-devel libpq-devel git curl gcc make openssl openssl-devel gettext clang-devel

# If you want SQLite
dnf install libsq3-devel sqlite3 libsqlite3-dev git curl gcc make openssl openssl-devel gettext clang-devel

Now that these dependencies have been installed, we need to install Rust which has a special installer.

Let's do it!