Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 960 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 960 Bytes

GWhere - removable media catalog management

GWhere allows you to manage a catalog of your CDs and any other removable media (such as hard disks, floppy disks, Zip disks, CD-ROMs, etc...) indexed in a database. With GWhere it is easy to browse your CDs or to make a quick search without needing to insert each CD one after another.

GWhere is not finalized, but it will still work and is very usable. GWhere is free and distributed under the free GNU GPL license. This program is written in C with GTK+

gwhere

Compile from source in GNU/Linux

Required packages / tools:

git, gcc, libtool, m4, autoconf, automake, make, pkgconf, gtk2

Build & install:

git clone https://github.com/wdlkmpx/gwhere
cd gwhere
./autogen.sh
./configure
make -j
sudo make install

Uninstall:

cd gwhere
sudo make uninstall