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.2 by maloninc, Thu Jul 28 05:08:33 2005 UTC revision 1.7 by maloninc, Fri Aug 5 09:00:31 2005 UTC
# Line 1  Line 1 
1  * For ALL  * For ALL
2    
3  Malon Note needs iconv library.  Malon Note needs following libraries.
4  So before you make, you have to install iconv.  
5    -libiconv
6    -wxWidgets 2.6.1 (www.wxwindows.org)
7    
8    
9  *For MacOS X  *For MacOS X
# Line 12  So before you make, you have to install Line 14  So before you make, you have to install
14  # make install  # make install
15    
16  **Make MalonNote  **Make MalonNote
17    # configure
18  # make  # make
19  # make app  # make app
20    
21  and copy "mnote.app" to your application folder, usually /Applications  and copy "mnote.app" to your application folder, usually /Applications
22    
23    
24  *For UNIX (I haven't install UNIX. So may be following. :-P)  *For UNIX
25    
26  **Make wxWidges library  **Make wxWidges library with GTK 2.0
27  # configure --disable-shared  # ./configure --disable-shared --disable-joystick --enable-unicode
28  # make  # make
29  # make install  # make install
30    
31  **Make MalonNote  **Make MalonNote
32    # configure
33  # make  # make
34    
35  and copy "mnote" to your application folder.  and copy "mnote" to your application folder.
# Line 39  and copy "mnote" to your application fol Line 43  and copy "mnote" to your application fol
43  # make install  # make install
44    
45  **Make MalonNote  **Make MalonNote
46    # configure --with-libiconv-prefix=/usr/local
47  # make  # make
48    
49  and copy "mnote.exe" to your favolite folder.  and copy "mnote.exe" to your favolite folder.

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

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