From ac41dbce0c238a868ca66f54e97c075b9b67b061 Mon Sep 17 00:00:00 2001 From: jude Date: Sat, 8 Apr 2023 22:10:09 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d703a7f..acc466e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Options: ## Building from source -1. Install build dependencies: `sudo apt install gcc gcc-multilib cmake ffmpeg libopus-dev` +1. Install build dependencies: `sudo apt install gcc gcc-multilib cmake ffmpeg libopus-dev pkg-config libssl-dev` 2. Install database server: `sudo apt install mysql-server-8.0`. Create a database called `soundfx` 3. Install Cargo and Rust from https://rustup.rs 4. Install SQLx CLI: `cargo install sqlx-cli`