mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Tidied up explanations
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24609 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3ee9acedac
commit
852c9e219f
1 changed files with 13 additions and 8 deletions
|
@ -1,3 +1,6 @@
|
|||
|
||||
*** What is the FilesystemLayouts directory ***
|
||||
|
||||
This directory contains filesystem layouts that you can use when you
|
||||
configure your gnustep-make.
|
||||
|
||||
|
@ -5,22 +8,24 @@ A filesystem layout describes how the GNUstep installation domains
|
|||
(System, Network, Local, User) map to directories on disk.
|
||||
|
||||
Every file in this directory is a filesystem layout that you can use
|
||||
in gnustep-make's ./configure.
|
||||
|
||||
Eg,
|
||||
in gnustep-make's ./configure (technical note: the files are shell
|
||||
files that are directly included by ./configure and that should set the
|
||||
specified variables). For example:
|
||||
|
||||
./configure --with-layout=fhs
|
||||
|
||||
./configure --with-layout=fhs-system
|
||||
|
||||
By default, the GNUstep layout is used. The files are shell files
|
||||
that are directly include by ./configure and that should set the
|
||||
specified variables.
|
||||
By default, the GNUstep layout is used.
|
||||
|
||||
If you want to use your own custom layout, just start with one of the
|
||||
existing layouts, copy it into a new file, and edit it.
|
||||
existing layouts, copy it into a new file, and edit it. :-)
|
||||
|
||||
Here is a list of the filesystem layout with comments --
|
||||
|
||||
|
||||
*** Popular Fileystem Layouts ***
|
||||
|
||||
Here is a list of popular filesystem layout --
|
||||
|
||||
* GNUstep: default GNUstep filesystem layout; it installs everything
|
||||
into /usr/GNUstep/System, /usr/GNUstep/Local. It's a very friendly
|
||||
|
|
Loading…
Reference in a new issue