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.12 by maloninc, Mon Jan 30 04:25:16 2006 UTC
# Line 1  Line 1 
   
1  * For ALL  * For ALL
2  Malon Note needs iconv library.  
3  So before you make, you have to install iconv.  Malon Note require following libraries.
4    
5    -wxWidgets 2.6.2 (www.wxwindows.org)
6    
7    
8  *For MacOS X  *For MacOS X
9    
10    **Make wxWidges library
11    # cd wxMac-2.6.2
12    # patch -Np0 wxMac2.6.2-mnote.patch
13    # configure --disable-shared --with-regex=builtin
14    # make
15    # make install
16    
17    **Make MalonNote
18    # configure
19  # make  # make
20  # make app  # make appinst (it copy to /Applications as mnote.app)
21    
 and copy "mnote.app" to your application folder, usually /Applications  
22    
23    *For UNIX
24    before make, you must install libgtk2.0-dev
25    
26  *For UNIX (I haven't install UNIX. So may be following. :-P)  **Make wxWidges library
27    # ./configure --disable-shared --disable-joystick --enable-unicode --with-regex=builtin
28  # make  # make
29  # make install  # make install
30    
31  and copy "mnote" to your application folder.  **Make MalonNote
32    # configure
33    # make
34    # make install or copy "mnote" to your favorite folder.
35    
36    
37  *For Windows  *For Windows
38    
39    **Make wxWidges library
40    # configure --disable-shared --disable-threads --enable-unicode --with-regex=builtin
41  # make  # make
42    # make install
43    
44  and copy "mnote.exe" to your favolite folder.  **Make MalonNote
45    # configure --with-libiconv-prefix=/usr/local
46    # make install or copy "mnote.exe" to your favorite folder.

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

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