| 12 |
Compilation |
Compilation |
| 13 |
----------- |
----------- |
| 14 |
|
|
| 15 |
First make sure you have the ncurses library installed. |
Preface: |
| 16 |
If not you can get it at ftp://ftp.gnu.org/gnu/ncurses/. |
-------- |
| 17 |
|
|
| 18 |
If you use another compiler than gcc then change the GCC-variable |
If you use another compiler than gcc then change the GCC-variable |
| 19 |
to your compiler in the Makefile. |
to your compiler in the Makefile. |
| 20 |
For the program installation itself just type 'make' and drink a coke |
|
| 21 |
(the compilation is too short to drink a coffee ;-)). |
Linux: |
| 22 |
Now type make install and specify a prefix (like |
------ |
| 23 |
|
|
| 24 |
|
First make sure you have the ncurses library installed. |
| 25 |
|
If not you can get it at ftp://ftp.gnu.org/gnu/ncurses/. |
| 26 |
|
|
| 27 |
|
For the program installation itself just type 'make' |
| 28 |
|
and drink a coke (the compilation is too short to drink a coffee ;-)). |
| 29 |
|
|
| 30 |
|
Now type make install and specify a prefix (like |
| 31 |
'make prefix=/usr/local install' for installation of ofm in /usr/local/bin) |
'make prefix=/usr/local install' for installation of ofm in /usr/local/bin) |
| 32 |
Happy browsin' thru your disks ;-) |
|
| 33 |
|
*BSD |
| 34 |
|
---- |
| 35 |
|
|
| 36 |
|
You need the gnu make, BSDs own make could work, too, but is not recommended. |
| 37 |
|
Use that instead of make (mostly gmake) and follow the steps as shown in |
| 38 |
|
'Linux'. |
| 39 |
|
|
| 40 |
|
MacOS |
| 41 |
|
----- |
| 42 |
|
|
| 43 |
|
If you are using MacOS, please remove -L/lib/ from the LIBS in the |
| 44 |
|
Makefile. |
| 45 |
|
See 'Linux' for the all other stuff. |
| 46 |
|
|
| 47 |
|
|
| 48 |
|
Last: |
| 49 |
|
Happy browsing thru your disks ;-). |
| 50 |
|
|
| 51 |
|
|
| 52 |
Usage |
Usage |
| 68 |
CTRL-x - QUIT |
CTRL-x - QUIT |
| 69 |
CTRL-o - SWITCH TO/FROM SUBSHELL |
CTRL-o - SWITCH TO/FROM SUBSHELL |
| 70 |
CTRL-a - ADD TO BOOKMARKS' DIR |
CTRL-a - ADD TO BOOKMARKS' DIR |
| 71 |
CTRL-b - SWITCH TO BOOKMARKS' DIR |
CTRL-b - SWITCH TO BOOKMARKS' DIR |
|
|
|