* For ALL

Malon Note needs iconv library.
So before you make, you have to install iconv.


*For MacOS X

**Make wxWidges library
# configure --disable-shared
# make
# make install

**Make MalonNote
# make
# make app

and copy "mnote.app" to your application folder, usually /Applications


*For UNIX (I haven't install UNIX. So may be following. :-P)

**Make wxWidges library
# configure --disable-shared
# make
# make install

**Make MalonNote
# make

and copy "mnote" to your application folder.


*For Windows

**Make wxWidges library
# configure --disable-shared --disable-threads --enable-unicode
# make
# make install

**Make MalonNote
# make

and copy "mnote.exe" to your favolite folder.
