1 This is GNU Stow, a program for managing the installation of software
2 packages, keeping them separate (/usr/local/stow/emacs vs.
3 /usr/local/stow/perl, for example) while making them appear to be installed in
4 the same place (/usr/local). Stow doesn't store an extra state between runs,
5 so there's no danger of mangling directories when file hierarchies don't match
6 the database. Also, stow will never delete any files, directories, or links
7 that appear in a stow directory, so it is always possible to rebuild the
10 Stow is a Perl script which should run correctly under Perl 5.6.1 or
11 newer. You must install Perl before running Stow. For more
12 information about Perl, see http://www.perl.com/perl/.
14 You can get the latest information about Stow from
15 http://www.gnu.org/software/stow/stow.html
17 Stow was inspired by Carnegie Mellon's "Depot" program, but is substantially
18 simpler. Whereas Depot requires database files to keep things in sync, Stow
19 stores no extra state between runs, so there's no danger (as there is in
20 Depot) of mangling directories when file hierarchies don't match the database.
21 Also unlike Depot, Stow will never delete any files, directories, or links
22 that appear in a Stow directory (e.g., /usr/local/stow/emacs), so it's always
23 possible to rebuild the target tree (e.g., /usr/local).
25 Stow is free software, licensed under the GNU General Public License, which
26 can be found in the file COPYING.
28 See INSTALL for installation instructions.
30 Please mail comments, questions, and criticisms to the current maintainers
31 via help-stow@gnu.org or bug-stow@gnu.org.