diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/overview.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/overview.txt b/docs/overview.txt index cd476d8f..84929590 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -16,6 +16,7 @@ Installing crosstool-NG The hacker's way Shell completion Contributed code + Preparing for packaging Configuring crosstool-NG Interesting config options Re-building an existing toolchain @@ -191,6 +192,17 @@ There is no guarantee that a particuliar contribution applies to the current version of crosstool-ng, or that it will work at all. Use contributions at your own risk. +Preparing for packaging | +------------------------+ + +If you plan on packaging crosstool-NG, you surely don't want to install it +in your root file system. The install procedure of crosstool-NG honors the +DESTDIR variable: + + ./configure --prefix=/usr + make + make DESDTDIR=/packaging/place install + ____________________________ / Configuring crosstool-NG / |