We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5eeea8 + 4832042 commit 8c27bb0Copy full SHA for 8c27bb0
Readme.md
@@ -32,9 +32,7 @@ make
32
make install
33
```
34
35
-If you have libraries installed in non-standard locations, you might need to pass in parameters to cmake. Commonly useful parameters are
36
-
37
-Install some prerqeuisites
+Install some prerequisites:
38
39
40
sudo apt-get install expat
@@ -44,6 +42,8 @@ sudo apt-get install libboost-program-options-dev
44
42
sudo apt install libpqxx-dev
45
43
46
+If you have libraries installed in non-standard locations, you might need to pass in parameters to cmake. Commonly useful parameters are
+
47
CMAKE options:
48
49
-DBOOST_ROOT:PATH=/path/to/boost folder that contains include, lib, bin directories for boost
0 commit comments