/[ofm]/ofm/README
ViewVC logotype

Diff of /ofm/README

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

revision 1.9 by MarcusvA, Sun Jan 12 16:24:19 2003 UTC revision 1.10 by MarcusvA, Wed Jan 15 19:13:21 2003 UTC
# Line 1  Line 1 
1  OFM - Open File Manager  OFM - Open File Manager
2  -----------------------  -----------------------
3    
4  If you want to help us, please mail to this addresses. You can also send bugreports & donations ;-).  If you want to help us, please refer to this addresses. You can also send bugreports & donations ;-).
5    
6  Website:    http://ofm.sourceforge.net/  Website: http://ofm.sysfault.org
7  CVS:        http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ofm      Bugtraq: http://savannah.nongnu.org/bugs/?group=ofm
8    CVS:     http://savannah.nongnu.org/cgi-bin/viewcvs/ofm/
9    
10  The whole project is published thru the GPL. Read COPYING for details.  The whole project is published thru the GPL. Read COPYING for details.
11    
# Line 15  Compilation Line 16  Compilation
16  Preface:  Preface:
17  --------  --------
18    
19  If you use another compiler than gcc then change the GCC-variable  If you use another compiler than gcc, change the GCC-variable
20  to your compiler in the Makefile.  to your compiler in the Makefile.
21    
22    Specify
23    
24            with-editor=yes
25    
26    for builtin editor/viewser support of ofm.
27    
28    Type
29      
30            make editor
31      
32    to buld and install only the editor.
33    
34    
35  Linux:  Linux:
36  ------  ------
37    
38  First make sure you have the ncurses library installed.  First make sure you have the ncurses library installed.
39  If not you can get it at ftp://ftp.gnu.org/gnu/ncurses/.  If not you can get it at ftp://ftp.gnu.org/gnu/ncurses/.
40    
41  For the program installation itself just type 'make'  For the program installation itself just type
42    
43            make
44    
45  and drink a coke (the compilation is too short to drink a coffee ;-)).  and drink a coke (the compilation is too short to drink a coffee ;-)).
46    Now type make install and specify a prefix like
47    
48  Now type make install and specify a prefix (like          make prefix=/usr/local [with-editor=yes] install
49  'make prefix=/usr/local install' for installation of ofm in /usr/local/bin)  
50    for installation  of ofm in /usr/local/bin.
51    
52  *BSD  *BSD
53  ----  ----
54    
55  You need the gnu make, BSDs own make could work, too, but is not recommended.  You need the gnu make, BSDs own make could work, too, but is not recommended.
56    Just change the MAKE-variable to gmake in the Makefile.
57    
58  Use that instead of make (mostly gmake) and follow the steps as shown in  Use that instead of make (mostly gmake) and follow the steps as shown in
59  'Linux'.  'Linux'.
60    
# Line 68  HOME/END    - SELECT FIRST/LAST FILE IN Line 89  HOME/END    - SELECT FIRST/LAST FILE IN
89  CTRL-x      - QUIT  CTRL-x      - QUIT
90  CTRL-o      - SWITCH TO/FROM SUBSHELL  CTRL-o      - SWITCH TO/FROM SUBSHELL
91  CTRL-a      - ADD TO BOOKMARKS' DIR  CTRL-a      - ADD TO BOOKMARKS' DIR
 CTRL-b      - SWITCH TO BOOKMARKS' DIR  
92    CTRL-b      - SWITCH TO BOOKMARKS' DIR

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26