Browse CVS Repository
Diff of /malonnote/INSTALL
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1 |
* For ALL |
* For ALL |
| 2 |
|
|
| 3 |
Malon Note needs following libraries. |
Malon Note require following libraries. |
| 4 |
|
|
| 5 |
-libiconv |
-libiconv |
| 6 |
-wxWidgets 2.6.1 (www.wxwindows.org) |
-wxWidgets 2.6.1 (www.wxwindows.org) |
| 9 |
*For MacOS X |
*For MacOS X |
| 10 |
|
|
| 11 |
**Make wxWidges library |
**Make wxWidges library |
| 12 |
# configure --disable-shared --enable-unicode |
# configure --disable-shared --with-regex=builtin |
| 13 |
# make |
# make |
| 14 |
# make install |
# make install |
| 15 |
|
|
| 16 |
**Make MalonNote |
**Make MalonNote |
| 17 |
|
# configure |
| 18 |
# make |
# make |
| 19 |
# make app |
# make appinst (it copy to /Applications as mnote.app) |
| 20 |
|
|
|
and copy "mnote.app" to your application folder, usually /Applications |
|
| 21 |
|
|
| 22 |
|
*For UNIX |
| 23 |
*For UNIX (I haven't install UNIX. So may be following. :-P) |
before make, you must install libgtk2.0-dev |
| 24 |
|
|
| 25 |
**Make wxWidges library |
**Make wxWidges library |
| 26 |
# configure --disable-shared |
# ./configure --disable-shared --disable-joystick --enable-unicode --with-regex=builtin |
| 27 |
# make |
# make |
| 28 |
# make install |
# make install |
| 29 |
|
|
| 30 |
**Make MalonNote |
**Make MalonNote |
| 31 |
|
# configure |
| 32 |
# make |
# make |
| 33 |
|
# make install or copy "mnote" to your favorite folder. |
|
and copy "mnote" to your application folder. |
|
| 34 |
|
|
| 35 |
|
|
| 36 |
*For Windows |
*For Windows |
| 37 |
|
|
| 38 |
**Make wxWidges library |
**Make wxWidges library |
| 39 |
# configure --disable-shared --disable-threads --enable-unicode |
# configure --disable-shared --disable-threads --enable-unicode --with-regex=builtin |
| 40 |
# make |
# make |
| 41 |
# make install |
# make install |
| 42 |
|
|
| 43 |
**Make MalonNote |
**Make MalonNote |
| 44 |
# make |
# configure --with-libiconv-prefix=/usr/local |
| 45 |
|
# make install or copy "mnote.exe" to your favorite folder. |
|
and copy "mnote.exe" to your favolite folder. |
|
|
|
Legend:
| Removed from v.1.4 |
|
| changed lines |
| |
Added in v.1.10 |
|
|
|