    
    This package is very easy to install. 

1- Edit the file Imake.Init. Set up your C compiler.
2- Edit the file map+_cfg.h. You have to set the paths for 
    - the config file (map+.cfg).
    - the path and options for xterm commands.
    - path for rlogin, talk and fonger command.
3- Run xmkmf -a 
4- Run make


6- Once the map+ program is ready, you have to configure 
the map+.cfg file.

    This file looks like :

#
# Config File
#

nb_room = 2;

vodka
{
    width  = 4;
    height = 3; 

    data   =
    {
        0,           0,  0,              0,            smirnoff,
        0,           0,  0,              moskovskaia,  eristoff,
        zubrowska,   0,  stolychnaia,    ochotnaia,    0,
    }
}

whisky
{
    width  = 3;
    height = 3;
    
    data = 
    {
        jb,     williamLawson , 0,
        chivas, glennfidish   , 0,
        0     , cardhu        , 0,
    }
}


5- Run make install

                That's all folks !
    If you've got any problem, send a mail to :
                            dumas@emi.u-bordeaux.fr