More detailed installation instructions.

This commit is contained in:
Guillaume Endignoux
2020-04-14 16:19:48 +02:00
parent 8af456d7f0
commit 780a5e6a0d

View File

@@ -50,8 +50,9 @@ In order to compile and flash a working OpenSK firmware, you will need the
following: following:
* rustup (can be installed with [Rustup](https://rustup.rs/)) * rustup (can be installed with [Rustup](https://rustup.rs/))
* python3 and pip * python3 and pip (can be installed with the `python3-pip` package on Debian)
* the OpenSSL command line tool * the OpenSSL command line tool (can be installed with the `libssl-dev`
package on Debian)
The scripts provided in this project have been tested under Linux and OS X. We The scripts provided in this project have been tested under Linux and OS X. We
haven't tested them on Windows and other platforms. haven't tested them on Windows and other platforms.