diff options
author | Bruno Haible <bruno@clisp.org> | 2008-12-23 00:17:46 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:57 +0200 |
commit | 05783c8308e93bec052e568def05ae37034c56ff (patch) | |
tree | 039d6d75d3d763e2fc536d114556badc301386d0 /INSTALL | |
parent | b247e4215e2f1f3c288409f3e6cacb37ea173053 (diff) | |
download | gettext-05783c8308e93bec052e568def05ae37034c56ff.tar.gz |
Document preferred options for Haiku.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -233,6 +233,11 @@ use the following options: ./configure CC="xlc -D_ALL_SOURCE" + On Haiku, software installed for all users goes in /boot/common, not +/usr/local. It is recommended to use the following options: + + ./configure --prefix=/boot/common + On BeOS, user installed software goes in /boot/home/config, not /usr/local. It is recommended to use the following options: |