| 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 |
|
|
| 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 |
|
|
| 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 |