Skip to content

Commit

Permalink
Merge pull request #1327
Browse files Browse the repository at this point in the history
77e5bec added cmd to compile gtest (Gingeropolous)
  • Loading branch information
fluffypony committed Nov 12, 2016
2 parents fd43420 + 77e5bec commit 696fcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ library archives (`.a`).
| Graphviz | any | NO | `graphviz` | `graphviz` | YES | documentation |

[^] On Debian/Ubuntu `libgtest-dev` only includes sources and headers. You must
build the library binary manually.
build the library binary manually. This can be done with the following command ```sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv libg* /usr/lib/ ```

### Build instructions

Expand Down

0 comments on commit 696fcba

Please sign in to comment.