mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Updated comments adding '(our equivalent for your Unix)' whenever /etc/ld.so.conf is mentioned
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24605 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b0b06df94d
commit
db24150db2
2 changed files with 10 additions and 7 deletions
|
@ -11,9 +11,10 @@
|
|||
# into the same /usr/local directory.
|
||||
|
||||
# Make sure you have /usr/local/bin in your PATH, and /usr/local/lib
|
||||
# in your /etc/ld.so.conf, and don't forget to run ldconfig after
|
||||
# installing a library! To use gnustep-make in this environment, use
|
||||
# 'export GNUSTEP_MAKEFILES=/usr/local/share/GNUstep/Makefiles'
|
||||
# in your /etc/ld.so.conf (or equivalent for your Unix), and don't
|
||||
# forget to run ldconfig after installing a library! To use
|
||||
# gnustep-make in this environment, use 'export
|
||||
# GNUSTEP_MAKEFILES=/usr/local/share/GNUstep/Makefiles'
|
||||
|
||||
# By default, we install into /usr/local, but this can be overridden
|
||||
# by using ./configure --prefix=xxx when configuring.
|
||||
|
|
|
@ -15,12 +15,14 @@
|
|||
# 'make install GNUSTEP_INSTALLATION_DOMAIN=SYSTEM'
|
||||
#
|
||||
# To get system packages to work in this layout, you need /usr/bin in
|
||||
# your PATH, and /usr/lib in your /etc/ld.so.conf. Don't forget to
|
||||
# run ldconfig after installing a library!
|
||||
# your PATH, and /usr/lib in your /etc/ld.so.conf (or equivalent for
|
||||
# your Unix). Don't forget to run ldconfig after installing a
|
||||
# library!
|
||||
#
|
||||
# Your users will need to also add /usr/local/bin to PATH and
|
||||
# /usr/local/lib to /etc/ld.so.conf if they want to use the LOCAL
|
||||
# domain. To use gnustep-make in this environment, use 'export
|
||||
# /usr/local/lib to /etc/ld.so.conf (or equivalent for your Unix) if
|
||||
# they want to use the LOCAL domain. To use gnustep-make in this
|
||||
# environment, use 'export
|
||||
# GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles'
|
||||
|
||||
# By default, we install into /usr, but this can be overridden
|
||||
|
|
Loading…
Reference in a new issue