-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINSTALL
40 lines (29 loc) · 1.18 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Gimmix Install Instructions
============================
Requirements:
=============
Gimmix requires the following packages to be installed before compiling.
(Following Gimmix-0.5.6, the minimum required version of libmpd is 0.17.0)
* gtk+-2.6.x
* libmpd-0.17.0
* taglib-1.4 (C bindings)
The lyrics plugin requires the following two libraries:
* libxml2-2.0
* libcurl
Installation procedure:
=======================
Installing gimmix is very simple. Before installing, make sure
your system has all the required packages. After you unpack the source,
just follow these steps to install gimmix.
$ ./configure
$ make
$ make install (as root)
Gimmix will be installed to /usr/local/bin. If you want, you can change
the installation path by setting the --prefix argument to ./configure.
like, ./configure --prefix=/usr to install gimmix to /usr.
Note: gimmix stores its configuration settings in ~/.gimmixrc
The configuration file layout has been changed in the new version,
so, if you are upgrading from an older version of gimmix (0.1 or 0.2)
then make sure you delete your old .gimmixrc before starting gimmix.
For a complete list of configuration options and their use, refer the
README file.