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.2 - (show annotations) (download)
Thu Jul 28 05:08:33 2005 UTC (18 years, 7 months ago) by maloninc
Branch: MAIN
CVS Tags: rel-0_9_1, dev-0_9_1-0002-merged-01, dev-0_9_1-root, dev-0_9-0001-merged-01, release-0_9_1, dev-0_9_1-0000, dev-0_9_1-0003, dev-0_9_1-0002, rel-0_9, dev-0_9_1, dev-1_0-0001, dev-0_9_1-merged-02, release-09, dev-0_9-merged-02
Branch point for: dev-0_9_1-0001
Changes since 1.1: +21 -1 lines
Modify README, INSTALL

add special thanx.

1 * For ALL
2
3 Malon Note needs iconv library.
4 So before you make, you have to install iconv.
5
6
7 *For MacOS X
8
9 **Make wxWidges library
10 # configure --disable-shared
11 # make
12 # make install
13
14 **Make MalonNote
15 # make
16 # make app
17
18 and copy "mnote.app" to your application folder, usually /Applications
19
20
21 *For UNIX (I haven't install UNIX. So may be following. :-P)
22
23 **Make wxWidges library
24 # configure --disable-shared
25 # make
26 # make install
27
28 **Make MalonNote
29 # make
30
31 and copy "mnote" to your application folder.
32
33
34 *For Windows
35
36 **Make wxWidges library
37 # configure --disable-shared --disable-threads --enable-unicode
38 # make
39 # make install
40
41 **Make MalonNote
42 # make
43
44 and copy "mnote.exe" to your favolite folder.

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