--- malonnote/INSTALL 2005/07/28 03:25:05 1.1 +++ malonnote/INSTALL 2005/07/28 05:08:33 1.2 @@ -1,10 +1,17 @@ - * 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 @@ -12,13 +19,26 @@ *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.