We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4965105 commit 66febfbCopy full SHA for 66febfb
1 file changed
README.md
@@ -39,7 +39,7 @@ SqlPlotTools is written in C++ and requires the Boost.Regex and SQLite3 developm
39
On Ubuntu or Debian this can be done using:
40
41
```
42
-apt-get install libboost-regex1.48-dev libsqlite3-dev libpq-dev libmysqlclient-dev
+apt-get install libboost-regex-dev libsqlite3-dev libpq-dev libmysqlclient-dev
43
44
45
The compilation process uses CMake, and the following sequence of commands will correctly download and compile SqlPlotTools:
0 commit comments