|
|
Arch Linux
Goggles Music Manager is available in the community repository. The package is called 'musicmanager'.
pacman -S musicmanager
Once installed you can run Goggles Music Manager:
gmm
Cygwin Ports
Goggles Music Manager is available from Cygwin Ports.
From Source
1. Install all required dependencies.
| Library | License | Version | Note |
| FOX | LGPL v2 or later | 1.6.x or 1.7.x | |
| xinelib | GPL v2 or later | >= 1.1.x | 1.1.8 or higher recommended |
| sqlite | Public Domain | >= 3.4 | |
| taglib | LGPL v2.1 | 1.5 |
2. Run the configure script 'configure' to configure Goggles Music Manager. There are several command line options you may have to specify when running this script. For a complete overview of all options use:
./configure --help
We assume that all required packages are installed in /usr. If thats not the case,you can change the installation prefix for each package on the commandline:
./configure --fox-prefix=/usr/local
3. Compile by running 'make'
make
4. If everything compiled fine, you are ready to install Goggles Music Manager in its final location. By default this will be in /usr. Using the --prefix option you can tell configure to install it somewhere else.
su make install
or
su ./configure --prefix=/usr/local make install
5. Run the software
gmm
Sign in to add a comment
