Menu

Tree [ae20a0] master /
 History

HTTPS access


File Date Author Commit
 data 2022-04-04 Mauro DePalma Mauro DePalma [ae20a0] google chrome icon (PNG) addition
 po 2016-06-07 softcraft softcraft [7c5b3f] change copyright to Generations Linux
 src 2022-04-04 Mauro DePalma Mauro DePalma [2572d6] Adding more files for completeness
 ABOUT-NLS 2013-05-28 softcraft softcraft [87550d] Initial commit
 AUTHORS 2016-06-07 softcraft softcraft [7c5b3f] change copyright to Generations Linux
 COPYING 2013-05-28 softcraft softcraft [87550d] Initial commit
 ChangeLog 2013-05-28 softcraft softcraft [87550d] Initial commit
 INSTALL 2013-05-28 softcraft softcraft [87550d] Initial commit
 Makefile.am 2016-06-07 softcraft softcraft [7c5b3f] change copyright to Generations Linux
 NEWS 2013-05-28 softcraft softcraft [87550d] Initial commit
 README 2013-05-28 softcraft softcraft [87550d] Initial commit
 aclocal.m4 2021-05-25 softcraft softcraft [db70cc] addition of aclocal.m4 and utility scripts
 autogen.sh 2013-05-28 softcraft softcraft [87550d] Initial commit
 config.h.in 2021-05-25 softcraft softcraft [db70cc] addition of aclocal.m4 and utility scripts
 config.rpath 2013-05-28 softcraft softcraft [87550d] Initial commit
 configure.ac 2016-06-07 softcraft softcraft [7c5b3f] change copyright to Generations Linux
 libgould.pc 2021-05-25 softcraft softcraft [c88b85] checkpoint release - bring origin/master in sync
 libgould.pc.in 2013-05-28 softcraft softcraft [87550d] Initial commit

Read Me

/*
 *		GOULD - GTK+ Objects Ultra Light Desktop
 *
 * [] gould & greeter - display manager (GDM branch)
 * [] gpanel - ultra-light window manager panel.
 * [] gsnapshot - screen window capture program.
 * [] gdisplay - image viewer and directory browser.
 * [] grdesktop - rdesktop front-end.
 * [] gpackage - RPM front-end.
 *
 * GNU autoconf is used to generate make description files.
 * An autogen.sh script is provided to make it easier to generate
 * the ./configure (and friends) if you have downloaded from
 * SourceForge source control, configure and build with:
 *
 *   % ./autogen.sh
 *   % ./configure [--prefix=/usr/local]
 *   % make
 *
 * If you have downloaded a source <release>.tar.bz2 file, unpack,
 * configure and build with:
 *
 *   % tar -jxf <release>.tar.bz2
 *   % ./configure [--prefix=/usr/local]
 *   % make
 *
 * Test with:
 *
 *   % ./src/programs/gdisplay
 *   % ./src/programs/gsnapshot
 *   % ./src/programs/grdesktop
 *
 * Install with:
 *
 *   % sudo make install
 *
 */