Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by maloninc, Thu Jul 28 03:25:05 2005 UTC revision 1.2 by maloninc, Thu Jul 28 05:08:33 2005 UTC
# Line 1  Line 1 
   
1  * For ALL  * For ALL
2    
3  Malon Note needs iconv library.  Malon Note needs iconv library.
4  So before you make, you have to install iconv.  So before you make, you have to install iconv.
5    
6    
7  *For MacOS X  *For MacOS X
8    
9    **Make wxWidges library
10    # configure --disable-shared
11    # make
12    # make install
13    
14    **Make MalonNote
15  # make  # make
16  # make app  # make app
17    
# Line 12  and copy "mnote.app" to your application Line 19  and copy "mnote.app" to your application
19    
20    
21  *For UNIX (I haven't install UNIX. So may be following. :-P)  *For UNIX (I haven't install UNIX. So may be following. :-P)
22    
23    **Make wxWidges library
24    # configure --disable-shared
25  # make  # make
26  # make install  # make install
27    
28    **Make MalonNote
29    # make
30    
31  and copy "mnote" to your application folder.  and copy "mnote" to your application folder.
32    
33    
34  *For Windows  *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  # make
43    
44  and copy "mnote.exe" to your favolite folder.  and copy "mnote.exe" to your favolite folder.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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