Fix make all on MacOS

This commit is contained in:
Emanuele Cesena
2018-10-24 20:20:46 -07:00
parent fb93891685
commit 747e291c73
3 changed files with 11 additions and 2 deletions

View File

@@ -53,8 +53,11 @@ Clone solo and build it
```bash
git clone https://github.com/SoloKeysSec/solo
cd solo/
make all
git submodules init
git submodules update
make all
```
This builds our FIDO 2.0 and the U2F authenticator, as well as making a virtualenv in venv/