Mention the libsqlite3-dev requirement in the README
This commit is contained in:
parent
44be1966e5
commit
890ba87fee
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ You can now start Polaris from the start menu or from your desktop, Polaris will
|
|||
|
||||
#### Dependencies
|
||||
|
||||
1. Install OpenSSL and its headers. This is most likely available from your distribution's package manager. For instance on Ubuntu, execute `sudo apt-get install libssl-dev`
|
||||
1. Install OpenSSL, SQLite and their headers, and some development tools. These are available from your distribution's package manager. For instance on Ubuntu, execute `sudo apt-get install binutils pkg-config libssl-dev libsqlite3-dev`
|
||||
2. Install the nightly Rust compiler by executing `curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly` or using an [alternative method](https://www.rust-lang.org/en-US/install.html)
|
||||
|
||||
#### Polaris installation
|
||||
|
|
Loading…
Add table
Reference in a new issue