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.4 by maloninc, Sun Jul 31 02:40:05 2005 UTC revision 1.8 by maloninc, Fri Aug 5 09:12:49 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 9  Malon Note needs following libraries. Line 9  Malon Note needs following libraries.
9  *For MacOS X  *For MacOS X
10    
11  **Make wxWidges library  **Make wxWidges library
12  # configure --disable-shared --enable-unicode  # configure --disable-shared
13  # make  # make
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    before make, you must install libgtk2.0-dev
26    
27  **Make wxWidges library  **Make wxWidges library
28  # configure --disable-shared  # ./configure --disable-shared --disable-joystick --enable-unicode
29  # make  # make
30  # make install  # make install
31    
32  **Make MalonNote  **Make MalonNote
33    # configure
34  # make  # make
35    
36  and copy "mnote" to your application folder.  and copy "mnote" to your application folder.
# Line 41  and copy "mnote" to your application fol Line 44  and copy "mnote" to your application fol
44  # make install  # make install
45    
46  **Make MalonNote  **Make MalonNote
47    # configure --with-libiconv-prefix=/usr/local
48  # make  # make
49    
50  and copy "mnote.exe" to your favolite folder.  and copy "mnote.exe" to your favolite folder.

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.8

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