THE GNOME DISK USAGE APPLICATION
GDU is a small tool which provides roughly the same functionality as the ubiquitous UNIX du command-line tool, but with a graphical user interface.
REQUIREMENTS
You will need
a reasonable U*X system (tested with GNU/Linux and HP-UX 10.20 and 11)
an ANSI-compliant C compiler (GCC under GNU/Linux, HP ANSI-C under HP-UX)
an ANSI-compliant C++ compiler (G++ under GNU/Linux, aCC under HP-UX)
X11R6
GTK+ 1.2 or later
GNOME
GETTING STARTED
First, you have to configure and compile GDU. Simply typing
./configure; make
will normally do a reasonable job.
The result can then be installed by typing
make install
Hint: if you are using the GNU make (which is probably the case if you are running GNU/Linux) and your system has several CPUs (say N) you can use
make -j<N+1>
to speed up the compilation phase.
REPORTING BUGS
If you find a bug in the program, please make sure to tell me about it!
Report bugs and propose modifications and enhancements to vincentl@ec-lyon.fr
