Ubuntu Geek

Ubuntu Linux Tutorials,Howtos,Tips & News | Gutsy,Hardy,Intrepid

  • RSS Feed

    subscribe to the ubuntu Geek RSS feed

  • Follow Us on Twitter

  • Sponsor


  • Categories

  • Meta

  • Sponsor

  • Archives

  • Support Ubuntugeek

    Amount $:
    Website(Optional):


  • Favourite Sites

How to install Vulture’s isometric graphics in Ubuntu

Posted by admin on February 28th, 2007 Email This Post Email This Post

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Vulture’s is an isometric graphics interface to NetHack and SlashEM.Vulture’s is a fork of the now dead “Falcon’s Eye” project.An isometric graphics interface to NetHack. The interface was called “Falcon’s Eye”, because the viewpoint resembles a “bird’s eye view”.This fork of the original “Falcon’s Eye” is called “Vulture’s Eye”. “Vulture’s Claw” is the same interface, but for Slash’EM.

Install Vulture’s in Ubuntu

Preparing your system

First you need to install the following dependencies

sudo apt-get install byacc flex libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev

Now you need to download the latest version of Vulture’s from here using the following command in /usr/local/

wget http://www.darkarts.co.za/projects/vultures/attachment/wiki/downloads/2.1.0/vultures-2.1.0-full_unix-1.bin.sh

Now you need to make the script executable using the following command

chmod +x vultures-2.1.0-full_unix-1.bin.sh

Now you need to execute the script using the following command

./vultures-2.1.0-full_unix-1.bin.sh

A few compilation warnings later, the game is installed in the vulture directory in your home’s. You can play either Vulture’s Eye or Claw.

Once you open your game screenshot

Share/Save/Bookmark

Related Articles

4 Responses to “How to install Vulture’s isometric graphics in Ubuntu”

  1. James E. LaBarre Says:

    This is all well and good if you like filling up up your home directory with executables (other than the ones you are building in your source directories). What if you want to do things *CORRECTLY* and put executables in system locations?

  2. Zerothis Says:

    wget http://www.darkarts.co.za/projects/vultures/attachment/wiki/downloads/2.1.0/vultures-2.1.0-full_unix-1.bin.sh
    The site is down. But there is an alternate:
    wget http://usrsrc.org/svn/vultures/releases/2.1.0/vultures-2.1.0-full_unix-1.bin.sh

  3. Øyle Says:

    James:

    Download source from here: http://www.darkarts.co.za/project/vultures/download
    Install build-dependencies. (will be identified if you continue without)
    Untar
    Run patch for debian pckg: patch -Np1 -i dist/linux/debian/debian.patch
    Build pckg: dpkg-buildpackage -rfakeroot
    Install pckg: sudo dpkg -i .deb
    If it sais you are missing dependencies: apt-get install -f


    Øyle

  4. Champton Says:

    For Ubuntu 8.10 the instructions on here mostly worked, the only thing that was missing is ‘bison’ on the apt-get info

    I downloaded the SH file to a temp directory and ran it from there so putting stuff in /usr/local is not needed.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>