
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
To compile this software, you need:
- gcc;
- OpenMotif (version 2.3.4 or above is recomended; in older versions bug found; string with XFT font not clipped);
- libXpm;
- libXmu;
- lex/flex;
- yacc/bison;
- XmNllib 0.94 or above (http://sourceforge.net/projects/xmnllib/), in library of the version less than 90.2 there is an bug. 
In the course of selection of elements with automatic scrolling the procedures launched on a timeout are removed. 
It stops process of watching displayed directories.;
- libmagic.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


COMPILING:
1) Type ./configure 
(use ./configure --disable-inotify if you dont use inotify)
2) Type make  

INSTALLING:

1) Type make install (with root privileges)

2) Install icons (from http://sourceforge.net/projects/bxfm/), or use founded icons.

3) Create directories ~/.bxfm

4) Copy the files fmrc.conf to ~/.bxfm

5) Edit ~/.bxfm/fmrc.conf (path to installed icons, needed files actions and icons).

6) Edit app-defaults file if you need (/etc/X11/app-deafaults/XmBryanFM). If app-defaults file not installed automaticaly, copy XmBryanFM.ad
to /etc/etc/X11/app-deafaults/XmBryanFM. Installation of app-defaults file is strongly recomended, otherwise menu displayed not correctly.


