How to install Vulture’s isometric graphics in Ubuntu
Posted by admin on February 28th, 2007
Email This Post
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
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




May 12th, 2007 at 5:29 am
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?
May 25th, 2007 at 7:08 am
wget http://www.darkarts.co.za/projects/vultures/attachment/wiki/downloads/2.1.0/vultures-2.1.0-full_unix-1.bin.shThe 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.shJuly 29th, 2008 at 5:08 pm
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
November 7th, 2008 at 4:27 am
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.