Skip to content
forked from wdlkmpx/gwhere

GWhere - removable media catalog management - GTK

License

Notifications You must be signed in to change notification settings

WojtasJD/gwhere

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GWhere - removable media catalog management - GTK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.5%
  • Other 1.5%