Installation Instructions
*************************

1)Unpack sources of makedict somewhere, lets name directory where you
unpack source code as $SRC_DIR
1)Choose directory to build makedict, lets name it as $BUILD_DIR, 
2)Go to this directory 
$cd $BUILD_DIR
3)Run `cmake'
$cmake $SRC_DIR
4)Run `make'
5)Run make install
