The Great Package Management Experiment
Posted Sep 25, 2003 17:00 UTC (Thu) by
zooko (subscriber, #2589)
In reply to:
The Great Package Management Experiment by torsten
Parent article:
The Great Package Management Experiment
I use GNU stow on my Debian system, when I want to build something from source:
./configure --prefix=/usr/local/stow/bindlywhoop-v1.2
./make
./make install
cd /usr/local/stow
sudo stow bindlywhoop-v1.2
It doesn't do dependency management for you, but for some reason I rarely need it. Perhaps the things that I want to hack on and compile from source don't usually have dependencies.
(
Log in to post comments)