Install Guide for Wings3d Linux Binaries

Prerequisites

Thes are all things that need to be installed before wings3d will work.
  1. An OpenGL implementation (pick any one of the following)
  2. GLU (pick one of the following)
  3. SDL most linux distros include a version. You can get the latest from http://www.libsdl.org
  4. for some strange reason Wings requires libgcc (usually installed with gcc) make sure you have this package installed.

Installation

  1. In a terminal become the super user (you need to know the root password to do this)
  2. copy the archive to the root of the file system
  3. go to the root of the filesystem
  4. Unpack the archive (Note not all distrobutions come with a version of tar that can uncompress Bzip2 files if this is the case you will need to use bunzip2 then tar without the j option to uncompress the archive)
  5. remove the archive
  6. make wings3d more accesible (optional).
  7. leave super user mode

Running

if you did step 6 simply type wings3d [Enter] into your terminal or create a new icon or menu entry with wings3d as the command. If you did not do step 6 you will need to type in the full path eg  /opt/wings-0.97.04/wings3d [Enter] for both the terminal and for icons/menu entries.

Uninstallation

As super user (see installation) remove the directory containing the version you want to get rid of. eg rm -r /opt/wings-0.97.04 [Enter] (be careful this command is incredibly dangerous and don't forget to leave superuser mode). If you want to completely remove wings3d from your system you might want to remove the .wings hidden file.