Browse CVS Repository
Contents of /malonnote/INSTALL
Parent Directory
| Revision Log
| Revision Graph
Revision 1.12 -
( show annotations)
( download)
Mon Jan 30 04:25:16 2006 UTC
(18 years, 1 month ago)
by maloninc
Branch: MAIN
CVS Tags: rel_1_7_1, HEAD
Changes since 1.11: +2 -1 lines
modify INSTALL
fixed compile procedure for OS X
| 1 |
* For ALL |
| 2 |
|
| 3 |
Malon Note require following libraries. |
| 4 |
|
| 5 |
-wxWidgets 2.6.2 (www.wxwindows.org) |
| 6 |
|
| 7 |
|
| 8 |
*For MacOS X |
| 9 |
|
| 10 |
**Make wxWidges library |
| 11 |
# cd wxMac-2.6.2 |
| 12 |
# patch -Np0 wxMac2.6.2-mnote.patch |
| 13 |
# configure --disable-shared --with-regex=builtin |
| 14 |
# make |
| 15 |
# make install |
| 16 |
|
| 17 |
**Make MalonNote |
| 18 |
# configure |
| 19 |
# make |
| 20 |
# make appinst (it copy to /Applications as mnote.app) |
| 21 |
|
| 22 |
|
| 23 |
*For UNIX |
| 24 |
before make, you must install libgtk2.0-dev |
| 25 |
|
| 26 |
**Make wxWidges library |
| 27 |
# ./configure --disable-shared --disable-joystick --enable-unicode --with-regex=builtin |
| 28 |
# make |
| 29 |
# make install |
| 30 |
|
| 31 |
**Make MalonNote |
| 32 |
# configure |
| 33 |
# make |
| 34 |
# make install or copy "mnote" to your favorite folder. |
| 35 |
|
| 36 |
|
| 37 |
*For Windows |
| 38 |
|
| 39 |
**Make wxWidges library |
| 40 |
# configure --disable-shared --disable-threads --enable-unicode --with-regex=builtin |
| 41 |
# make |
| 42 |
# make install |
| 43 |
|
| 44 |
**Make MalonNote |
| 45 |
# configure --with-libiconv-prefix=/usr/local |
| 46 |
# make install or copy "mnote.exe" to your favorite folder. |
|