diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-20 15:53:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-20 15:53:45 +0200 |
commit | 5c64dc87af15c60084a2e13d37bd669c0d0ec1bc (patch) | |
tree | d02d951e6142b48162b62197d5dded1a2fb1c06c | |
parent | 090ffa9d810956b8542669b4493077abc023c2d2 (diff) |
Minor INSTALL cleanup
-rw-r--r-- | INSTALL | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -50,13 +50,7 @@ issues, you can adjust the commands below accordingly. Note that even if Download source packages for the two libraries from the same location as build2-toolchain. Then unpack, build, and install: - $ cd libodb-X.Y.Z - $ ./configure CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib \ - --prefix=/usr/local - $ make - $ sudo make install - - $ cd libodb-sqlite-X.Y.Z + $ cd libXXX-X.Y.Z $ ./configure CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib \ --prefix=/usr/local $ make |