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.
1 parent e5eeea8 commit 4832042Copy full SHA for 4832042
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