* For ALL

Malon Note require following libraries.

-libiconv
-wxWidgets 2.6.1 (www.wxwindows.org)


*For MacOS X

**Make wxWidges library
# configure --disable-shared --with-regex=builtin
# make
# make install

**Make MalonNote
# configure
# make
# make appinst (it copy to /Applications as mnote.app)


*For UNIX 
before make, you must install libgtk2.0-dev

**Make wxWidges library
# ./configure --disable-shared --disable-joystick --enable-unicode --with-regex=builtin
# make
# make install

**Make MalonNote
# configure
# make
# make install or copy "mnote" to your favorite folder.


*For Windows

**Make wxWidges library
# configure --disable-shared --disable-threads --enable-unicode --with-regex=builtin
# make
# make install

**Make MalonNote
# configure --with-libiconv-prefix=/usr/local
# make install or copy "mnote.exe" to your favorite folder.
