Develop and Download Open Source Software

Browse CVS Repository

Annotation of /malonnote/INSTALL

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


Revision 1.12 - (hide annotations) (download)
Mon Jan 30 04:25:16 2006 UTC (18 years, 2 months 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 maloninc 1.2 * For ALL
2 maloninc 1.1
3 maloninc 1.8 Malon Note require following libraries.
4 maloninc 1.3
5 maloninc 1.11 -wxWidgets 2.6.2 (www.wxwindows.org)
6 maloninc 1.1
7    
8     *For MacOS X
9 maloninc 1.2
10     **Make wxWidges library
11 maloninc 1.12 # cd wxMac-2.6.2
12     # patch -Np0 wxMac2.6.2-mnote.patch
13 maloninc 1.10 # configure --disable-shared --with-regex=builtin
14 maloninc 1.2 # make
15     # make install
16    
17     **Make MalonNote
18 maloninc 1.6 # configure
19 maloninc 1.1 # make
20 maloninc 1.9 # make appinst (it copy to /Applications as mnote.app)
21 maloninc 1.1
22    
23 maloninc 1.7 *For UNIX
24 maloninc 1.8 before make, you must install libgtk2.0-dev
25 maloninc 1.2
26 maloninc 1.8 **Make wxWidges library
27 maloninc 1.10 # ./configure --disable-shared --disable-joystick --enable-unicode --with-regex=builtin
28 maloninc 1.1 # make
29     # make install
30    
31 maloninc 1.2 **Make MalonNote
32 maloninc 1.6 # configure
33 maloninc 1.2 # make
34 maloninc 1.9 # make install or copy "mnote" to your favorite folder.
35 maloninc 1.1
36    
37     *For Windows
38 maloninc 1.2
39     **Make wxWidges library
40 maloninc 1.10 # configure --disable-shared --disable-threads --enable-unicode --with-regex=builtin
41 maloninc 1.2 # make
42     # make install
43    
44     **Make MalonNote
45 maloninc 1.6 # configure --with-libiconv-prefix=/usr/local
46 maloninc 1.9 # make install or copy "mnote.exe" to your favorite folder.

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