From 5c64dc87af15c60084a2e13d37bd669c0d0ec1bc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 20 Dec 2015 15:53:45 +0200 Subject: Minor INSTALL cleanup --- INSTALL | 8 +------- 1 file changed, 1 insertion(+), 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 -- cgit v1.1