Browse CVS Repository
Contents of /malonnote/INSTALL
Parent Directory
| Revision Log
| Revision Graph
Revision 1.10 -
( show annotations)
( download)
Sat Aug 27 01:19:57 2005 UTC
(18 years, 6 months ago)
by maloninc
Branch: MAIN
CVS Tags: rel_1_3, rel_1_4, dev_1_3-0008, dev_1_3-0004, dev_1_3-0005, dev_1_3-0006, dev_1_3-0007, dev_1_3-0001, dev_1_3-0002, dev_1_3-0003, dev_1_5-0002, dev_1_5-0001, dev_1_5-0004, dev_1_4-0001, dev_1_4-0003, dev_1_4-0002, dev_1_4-0005, dev_1_4-0006
Changes since 1.9: +3 -3 lines
implement gnome-open
| 1 |
* For ALL |
| 2 |
|
| 3 |
Malon Note require following libraries. |
| 4 |
|
| 5 |
-libiconv |
| 6 |
-wxWidgets 2.6.1 (www.wxwindows.org) |
| 7 |
|
| 8 |
|
| 9 |
*For MacOS X |
| 10 |
|
| 11 |
**Make wxWidges library |
| 12 |
# configure --disable-shared --with-regex=builtin |
| 13 |
# make |
| 14 |
# make install |
| 15 |
|
| 16 |
**Make MalonNote |
| 17 |
# configure |
| 18 |
# make |
| 19 |
# make appinst (it copy to /Applications as mnote.app) |
| 20 |
|
| 21 |
|
| 22 |
*For UNIX |
| 23 |
before make, you must install libgtk2.0-dev |
| 24 |
|
| 25 |
**Make wxWidges library |
| 26 |
# ./configure --disable-shared --disable-joystick --enable-unicode --with-regex=builtin |
| 27 |
# make |
| 28 |
# make install |
| 29 |
|
| 30 |
**Make MalonNote |
| 31 |
# configure |
| 32 |
# make |
| 33 |
# make install or copy "mnote" to your favorite folder. |
| 34 |
|
| 35 |
|
| 36 |
*For Windows |
| 37 |
|
| 38 |
**Make wxWidges library |
| 39 |
# configure --disable-shared --disable-threads --enable-unicode --with-regex=builtin |
| 40 |
# make |
| 41 |
# make install |
| 42 |
|
| 43 |
**Make MalonNote |
| 44 |
# configure --with-libiconv-prefix=/usr/local |
| 45 |
# make install or copy "mnote.exe" to your favorite folder. |
| |