aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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