aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-20 15:53:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-20 15:53:45 +0200
commit5c64dc87af15c60084a2e13d37bd669c0d0ec1bc (patch)
treed02d951e6142b48162b62197d5dded1a2fb1c06c
parent090ffa9d810956b8542669b4493077abc023c2d2 (diff)
Minor INSTALL cleanup
-rw-r--r--INSTALL8
1 files changed, 1 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index 5cf59e6..23156d5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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