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.4 - (hide annotations) (download)
Sun Jul 31 02:40:05 2005 UTC (18 years, 7 months ago) by maloninc
Branch: MAIN
CVS Tags: dev-1_0-0010, dev-1_0-0011, dev-1_0-0009, dev-1_0-0008, dev-1_0-0007, dev-1_0-0006
Changes since 1.3: +1 -1 lines
for wxMac-carbon-unicode

1 maloninc 1.2 * For ALL
2 maloninc 1.1
3 maloninc 1.3 Malon Note needs following libraries.
4    
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.4 # configure --disable-shared --enable-unicode
13 maloninc 1.2 # make
14     # make install
15    
16     **Make MalonNote
17 maloninc 1.1 # make
18     # make app
19    
20     and copy "mnote.app" to your application folder, usually /Applications
21    
22    
23     *For UNIX (I haven't install UNIX. So may be following. :-P)
24 maloninc 1.2
25     **Make wxWidges library
26     # configure --disable-shared
27 maloninc 1.1 # make
28     # make install
29    
30 maloninc 1.2 **Make MalonNote
31     # make
32    
33 maloninc 1.1 and copy "mnote" to your application folder.
34    
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.1 # make
45    
46     and copy "mnote.exe" to your favolite folder.

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