Contents->Contacts

This page has an online version which may contain updated information:
  1. Uninstall - How to uninstall Endeavour 2
  2. Other Languages - How to compile Endeavour 2 for other (non-English) languages
  3. Command Line Recycle - How to set up recycling (and recovering and purging) objects from the command line

See also; FAQ


Uninstall

To uninstall Endeavour 2 globally, delete:

To uninstall Endeavour 2 locally, delete:

Back to the top

Other Languages

To compile Endeavour 2 in another (non-English) language:

  1. Obtain the Endeavour 2 source (if you no longer have it around).
  2. Edit the file:
    • $TOPLEVEL/endeavour2/config.h
  3. Uncomment one (and only one) of the definations (the #defines) 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
  4. Save the file and exit.

Now follow the instructions in the INSTALL file and compile the program as you normally would.

Back to the top

Command Line Recycle

To set up recycling, recovering, and purging objects from the command line:

  1. Obtain the Endeavour 2 source (if you no longer have it around).
  2. Go to the Endeavour 2 source directory:
    • $TOPLEVEL/endeavour2/lib/demos
  3. Compile the demos, run:
    • make clean
    • make all
  4. Type su to gain root priviledges and run:
    • make install
    to install the demos in:
    • /usr/lib/endeavour/bin
  5. Type 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:

In addition you can purge, recover, and list recycled objects with the following commands:

Back to the top

Endeavour Mark II is Copyright © 1997-2003 WolfPack Entertainment