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.9 - (hide annotations) (download)
Sun Aug 7 23:24:19 2005 UTC (18 years, 7 months ago) by maloninc
Branch: MAIN
CVS Tags: dev-1_0-0016, dev-1_0-0017, rel-1_1, rel-1_0, dev-1_1-0005, dev-1_1-0006, dev-1_1-0007, dev-1_1-0001, dev-1_1-0002, dev-1_1-0003, dev-1_2-0001, dev-1_1-0009, dev-1_1-0008
Changes since 1.8: +3 -8 lines
for Mac 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     -libiconv
6     -wxWidgets 2.6.1 (www.wxwindows.org)
7 maloninc 1.1
8    
9     *For MacOS X
10 maloninc 1.2
11     **Make wxWidges library
12 maloninc 1.5 # configure --disable-shared
13 maloninc 1.2 # make
14     # make install
15    
16     **Make MalonNote
17 maloninc 1.6 # configure
18 maloninc 1.1 # make
19 maloninc 1.9 # make appinst (it copy to /Applications as mnote.app)
20 maloninc 1.1
21    
22 maloninc 1.7 *For UNIX
23 maloninc 1.8 before make, you must install libgtk2.0-dev
24 maloninc 1.2
25 maloninc 1.8 **Make wxWidges library
26 maloninc 1.7 # ./configure --disable-shared --disable-joystick --enable-unicode
27 maloninc 1.1 # make
28     # make install
29    
30 maloninc 1.2 **Make MalonNote
31 maloninc 1.6 # configure
32 maloninc 1.2 # make
33 maloninc 1.9 # make install or copy "mnote" to your favorite folder.
34 maloninc 1.1
35    
36     *For Windows
37 maloninc 1.2
38     **Make wxWidges library
39     # configure --disable-shared --disable-threads --enable-unicode
40     # make
41     # make install
42    
43     **Make MalonNote
44 maloninc 1.6 # configure --with-libiconv-prefix=/usr/local
45 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