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.8 - (hide annotations) (download)
Fri Aug 5 09:12:49 2005 UTC (18 years, 7 months ago) by maloninc
Branch: MAIN
CVS Tags: dev-1_0-0015
Changes since 1.7: +3 -2 lines
modify INSTALL, README for UNIX version

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     # make app
20    
21     and copy "mnote.app" to your application folder, usually /Applications
22    
23    
24 maloninc 1.7 *For UNIX
25 maloninc 1.8 before make, you must install libgtk2.0-dev
26 maloninc 1.2
27 maloninc 1.8 **Make wxWidges library
28 maloninc 1.7 # ./configure --disable-shared --disable-joystick --enable-unicode
29 maloninc 1.1 # make
30     # make install
31    
32 maloninc 1.2 **Make MalonNote
33 maloninc 1.6 # configure
34 maloninc 1.2 # make
35    
36 maloninc 1.1 and copy "mnote" to your application folder.
37    
38    
39     *For Windows
40 maloninc 1.2
41     **Make wxWidges library
42     # configure --disable-shared --disable-threads --enable-unicode
43     # make
44     # make install
45    
46     **Make MalonNote
47 maloninc 1.6 # configure --with-libiconv-prefix=/usr/local
48 maloninc 1.1 # make
49    
50     and copy "mnote.exe" to your favolite folder.

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