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.7 by maloninc, Fri Aug 5 09:00:31 2005 UTC revision 1.9 by maloninc, Sun Aug 7 23:24:19 2005 UTC
# Line 1  Line 1 
1  * For ALL  * For ALL
2    
3  Malon Note needs following libraries.  Malon Note require following libraries.
4    
5  -libiconv  -libiconv
6  -wxWidgets 2.6.1 (www.wxwindows.org)  -wxWidgets 2.6.1 (www.wxwindows.org)
# Line 16  Malon Note needs following libraries. Line 16  Malon Note needs following libraries.
16  **Make MalonNote  **Make MalonNote
17  # configure  # configure
18  # make  # make
19  # make app  # make appinst (it copy to /Applications as mnote.app)
   
 and copy "mnote.app" to your application folder, usually /Applications  
20    
21    
22  *For UNIX  *For UNIX
23    before make, you must install libgtk2.0-dev
24    
25  **Make wxWidges library with GTK 2.0  **Make wxWidges library
26  # ./configure --disable-shared --disable-joystick --enable-unicode  # ./configure --disable-shared --disable-joystick --enable-unicode
27  # make  # make
28  # make install  # make install
# Line 31  and copy "mnote.app" to your application Line 30  and copy "mnote.app" to your application
30  **Make MalonNote  **Make MalonNote
31  # configure  # configure
32  # make  # make
33    # make install or copy "mnote" to your favorite folder.
 and copy "mnote" to your application folder.  
34    
35    
36  *For Windows  *For Windows
# Line 44  and copy "mnote" to your application fol Line 42  and copy "mnote" to your application fol
42    
43  **Make MalonNote  **Make MalonNote
44  # configure --with-libiconv-prefix=/usr/local  # configure --with-libiconv-prefix=/usr/local
45  # make  # make install or copy "mnote.exe" to your favorite folder.
   
 and copy "mnote.exe" to your favolite folder.  

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

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