Develop and Download Open Source Software

Browse CVS Repository

Contents of /malonnote/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.11 - (show annotations) (download)
Thu Dec 22 10:48:29 2005 UTC (18 years, 3 months ago) by maloninc
Branch: MAIN
CVS Tags: dev_1_6-0005, dev_1_6-0004, dev_1_6-0003, dev_1_6-0002, dev_1_6-0001
Changes since 1.10: +2 -2 lines
for webkit, only for mac

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 # configure --disable-shared --with-regex=builtin
12 # patch -Np0 wxMac2.6.2-mnote.patch
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.

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26