Skip to content

Commit 66febfb

Browse files
committed
README: fix apt-get install libboost-regex-dev
1 parent 4965105 commit 66febfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ SqlPlotTools is written in C++ and requires the Boost.Regex and SQLite3 developm
3939
On Ubuntu or Debian this can be done using:
4040

4141
```
42-
apt-get install libboost-regex1.48-dev libsqlite3-dev libpq-dev libmysqlclient-dev
42+
apt-get install libboost-regex-dev libsqlite3-dev libpq-dev libmysqlclient-dev
4343
```
4444

4545
The compilation process uses CMake, and the following sequence of commands will correctly download and compile SqlPlotTools:

0 commit comments

Comments
 (0)