Contents->HOWTO
|
See also; FAQ
Endeavour Mark II comes with a set of applications and utilities located in
/usr/lib/endeavour2/bin/
Note that third party applications and
utilities written for Endeavour Mark II may also be installed in the
same above location.
Some of these programs are graphical (uses GTK) and other are simple command line programs. You can run each of them from a terminal to see what it does (none of the programs do anything destructive or dangerous when runned without arguments so it is safe to test them that way).
For the graphical applications you can create a short
cut to run the application. For example to create a short
cut to hedit
(HEdit, the Endeavour Mark II Hex Editor)
you can use the following information when creating the short
cut:
For command line programs you have several options, the recommented method is to create a link in:
(since that location is usually covered by the PATH
environment variable)
That points to the command line program in:
For example, to run be able to run download.front
(the Endeavour Mark II Download front end) from the command line
you need to create a link:
So from now on you can download something from a terminal's command line by typing:
download http://wolfpack.twu.net/users/wolfpack/file.tgz
To uninstall Endeavour Mark II globally, delete:
/usr/lib/endeavour2/
-
Endeavour Mark II Global Front End/Utility Programs and Libraries
/usr/share/endeavour2/
-
Endeavour Mark II Global Help Pages, Configuration, Icons, Images, and
Data Files
/usr/share/icons/endeavour2*.xpm
-
Endeavour Mark II Icons
/usr/man/man1/endeavour2.1.bz2
-
Endeavour Mark II Manual Page
/usr/bin/endeavour2-config
-
Endeavour Mark II API Library Configurator
/usr/bin/endeavour2
-
Endeavour Mark II Program
To uninstall Endeavour Mark II locally, delete:
$HOME/.endeavour2/
-
Endeavour Mark II Local Configuration, Recycled Objects, Logs, and Data Files
To compile Endeavour Mark II in another (non-English) language:
$TOPLEVEL/endeavour2/config.h
#define
s) of
PROG_LANGUAGE_*
(near the beginning of the file) to
correspond to the language that you want to compile for, example:
#define PROG_LANGUAGE_FRENCH 3
Now follow the instructions in the INSTALL
file and compile the program as you normally would.
To set up recycling, recovering, and purging objects from the command line:
$TOPLEVEL/endeavour2/lib/demos
make clean
make all
su
to gain root priviledges and run:
make install
/usr/lib/endeavour/bin
su
to gain root priviledges and create the
links:
/usr/bin/recycle
->
/usr/lib/endeavour/bin/recycle
/usr/bin/purge
->
/usr/lib/endeavour/bin/purge
/usr/bin/recover
->
/usr/lib/endeavour/bin/recover
/usr/bin/rls
->
/usr/lib/endeavour/bin/rls
Now you can recycle objects from the command line by typing:
recycle <object>
In addition you can purge, recover, and list recycled objects with the following commands:
purge <index>
recover <index> <destination_file>
rls
Endeavour Mark II is Copyright © 1997-2006 WolfPack Entertainment