diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-07-13 17:41:49 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-07-13 17:41:49 +0000 |
commit | c236c16d0884c7d6cdc4dbaddb8cb3992085f83e (patch) | |
tree | 7d87344cdf07b6b9234abe26ccef39fbbee54f63 /src/INSTALL | |
parent | b316376b4893ac3ae62f7f33c483b28b7fc147c0 (diff) | |
download | vim-git-c236c16d0884c7d6cdc4dbaddb8cb3992085f83e.tar.gz |
updated for version 7.2b-000v7.2b.000
Diffstat (limited to 'src/INSTALL')
-rw-r--r-- | src/INSTALL | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/INSTALL b/src/INSTALL index 210d773a9..a4a992529 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -163,6 +163,16 @@ Add the "-posix" argument to the compiler by using one of these commands: export CC='cc -posix' (sh) And run configure with "--disable-motif-check". +Unix: LOCAL HEADERS AND LIBRARIES NOT IN /usr/local + +Sometimes it is necessary to search different path than /usr/local for locally +installed headers (/usr/local/include) and libraries (/usr/local/lib). +To search /stranger/include and /stranger/lib for locally installed +headers and libraries, use: + ./configure --with-local-dir=/stranger +And to not search for locally installed headers and libraries at all, use: + ./configure --without-local-dir + 3. RISC OS ============= |