MultiMedia Keyboard Controller README 
---------------

Contents:
1) Requirements
2) Building the software
3) Installing the software
4) Launching the software
5) Using the software

1) Requirements
* GNU/Linux or FreeBSD
* GNU Make
* GNU Readline
* A C++ compiler (tested with gcc (g++) v3.3.2)
* XFree86 v4.x 

Optional:
* wxWidgets (to build the wxWidgets user interface)
* Perl (for cpu flags detection)

2) Building the software
Change directory to src and launch GNU Make
FreeBSD:   Type gmake
GNU/Linux: Type make

3) Installing the software
FreeBSD:   Type gmake install
GNU/Linux: Type make install

4) Launching the software
Launch a configurator
wxWidgets configurator: mmkc-wxWidgets
console configurator: mmkc-console
or, you can launch the default UI with just mmkc

And if you have already configured your buttons launch the daemon with: mmkcd

// Alexander Bussman