Browse Source

Add libgmock-dev to Debian dependencies

pull/3790/head
Anders Jenbo 4 years ago committed by GitHub
parent
commit
98cd3613a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/building.md

2
docs/building.md

@ -16,7 +16,7 @@ Note that ```pkg-config``` is an optional dependency for finding libsodium, alth
### Installing dependencies on Debian and Ubuntu ### Installing dependencies on Debian and Ubuntu
``` ```
sudo apt-get install cmake g++ libsdl2-dev libsodium-dev libpng-dev libbz2-dev libgtest-dev sudo apt-get install cmake g++ libsdl2-dev libsodium-dev libpng-dev libbz2-dev libgtest-dev libgmock-dev
``` ```
### If you want to build the translations (optional) ### If you want to build the translations (optional)
``` ```

Loading…
Cancel
Save