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.7 - (show annotations) (download)
Fri Aug 5 09:00:31 2005 UTC (18 years, 7 months ago) by maloninc
Branch: MAIN
CVS Tags: dev-1_0-0014
Changes since 1.6: +3 -3 lines
for wxGTK with gtk-2.0

1 * For ALL
2
3 Malon Note needs following libraries.
4
5 -libiconv
6 -wxWidgets 2.6.1 (www.wxwindows.org)
7
8
9 *For MacOS X
10
11 **Make wxWidges library
12 # configure --disable-shared
13 # make
14 # make install
15
16 **Make MalonNote
17 # configure
18 # make
19 # make app
20
21 and copy "mnote.app" to your application folder, usually /Applications
22
23
24 *For UNIX
25
26 **Make wxWidges library with GTK 2.0
27 # ./configure --disable-shared --disable-joystick --enable-unicode
28 # make
29 # make install
30
31 **Make MalonNote
32 # configure
33 # make
34
35 and copy "mnote" to your application folder.
36
37
38 *For Windows
39
40 **Make wxWidges library
41 # configure --disable-shared --disable-threads --enable-unicode
42 # make
43 # make install
44
45 **Make MalonNote
46 # configure --with-libiconv-prefix=/usr/local
47 # make
48
49 and copy "mnote.exe" to your favolite folder.

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