Results 1 to 9 of 9

Thread: HOWTO: Install AssaultCube in Ubuntu Jaunty 9.04

  1. #1
    Join Date
    Jul 2006
    Location
    Pittsburgh, PA
    Beans
    130
    Distro
    Ubuntu Development Release

    Question HOWTO: Install AssaultCube in Ubuntu Jaunty 9.04

    Hello, in this tutorial I'll explain how to set up the necessary dependencies in order to run the game "AssaultCube" in Ubuntu Jaunty 9.04. This is the first tutorial I've ever written for the Ubuntu community, so if you notice that I'm missing anything, please say so and I'll try to correct it. Also, I'm assuming that you already have your ATI/NVidia graphics card drivers set-up. I'm running this using the Open Source ATI drivers included in Ubuntu 9.04 with no problems.

    Anyways, first we'll have to download assault cube. Either go to the official website, or open up a terminal and run the following command to download the program:
    Code:
    wget http://downloads.sourceforge.net/actiongame/AssaultCube_v1.0.2.tar.bz2
    Now we need to extract this file... in the Terminal, browse to the directory you downloaded the file to and run the following command:
    Code:
    tar xjvf AssaultCube_v1.0.2.tar.bz2
    This will extract all the files in the archive to the AssaultCube_v1.0.2 directory. To change to this directory, type:
    Code:
    cd AssaultCube_v1.0.2
    Before we can run AssaultCube, we need to install the dependencies. In the terminal, type:
    Code:
    sudo apt-get install libsdl1.2-all libsdl-image1.2 libsdl-image1.2-dev libopenal-dev
    Everything should be set-up now. To run AssaultCube, simply type ./assaultcube.sh or double click the icon in the AssaultCube directory.

    Enjoy!
    Last edited by ALIENDUDE5300; May 11th, 2009 at 09:12 PM. Reason: Double underscore in one command that wasn't needed.

  2. #2
    Join Date
    Dec 2007
    Beans
    33

    Re: HOWTO: Install AssaultCube in Ubuntu Jaunty 9.04

    This is all new for me. Will this work if I have Nvidia?

  3. #3
    Join Date
    Jul 2009
    Location
    Kochi,India
    Beans
    1
    Distro
    Ubuntu Studio 9.04 Jaunty Jackalope

    Re: HOWTO: Install AssaultCube in Ubuntu Jaunty 9.04

    thnx for the tutorial....i really needed this game!

  4. #4
    Join Date
    Sep 2009
    Beans
    2

    Re: HOWTO: Install AssaultCube in Ubuntu Jaunty 9.04

    ok here is what you do.

    go to http://www.playdeb.net/updates/assaultcube

    and download here is worked for me.

    also let me know if it workx for you as well.

  5. #5
    Join Date
    Oct 2007
    Location
    NY, NY
    Beans
    77
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: HOWTO: Install AssaultCube in Ubuntu Jaunty 9.04

    Quote Originally Posted by markman1 View Post
    ok here is what you do.

    go to http://www.playdeb.net/updates/assaultcube

    and download here is worked for me.

    also let me know if it workx for you as well.
    fishy
    oh and this is your cherry post
    HP Pavilion dv6700t
    Ubuntu 12.04/Unity

  6. #6
    Join Date
    Oct 2009
    Beans
    1

    Re: HOWTO: Install AssaultCube in Ubuntu Jaunty 9.04

    Everything's good till I type in :
    " sudo apt-get install libsdl1.2-all libsdl-image1.2 libsdl-image1.2-dev libopenal-dev "
    and it says :
    " Package libsdl1.2-all is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    However the following packages replaceit:
    libsdl1.2debian-alsa
    E: Package libsdl1.2-all has no install"

    What must I do please??

  7. #7
    Join Date
    May 2009
    Beans
    4

    Re: HOWTO: Install AssaultCube in Ubuntu Jaunty 9.04

    Quote Originally Posted by amofhm View Post
    Everything's good till I type in :
    " sudo apt-get install libsdl1.2-all libsdl-image1.2 libsdl-image1.2-dev libopenal-dev "
    and it says :
    " Package libsdl1.2-all is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    However the following packages replaceit:
    libsdl1.2debian-alsa
    E: Package libsdl1.2-all has no install"

    What must I do please??
    maybe "" sudo apt-get install libsdl1.2debian-alsa libsdl-image1.2 libsdl-image1.2-dev libopenal-dev "" ???

  8. #8
    Join Date
    Jan 2010
    Beans
    8
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Install AssaultCube in Ubuntu Jaunty 9.04

    Quote Originally Posted by markman1 View Post
    ok here is what you do.

    go to http://www.playdeb.net/updates/assaultcube

    and download here is worked for me.

    also let me know if it workx for you as well.
    This link either does not work or is taking way longer than I intend to wait. Anywho. Can anyone explain how to compile/install this from start to finish. I'm a noob still. I've gotten as far as extracting the .tar.bz2

    Cheers

  9. #9
    Join Date
    Apr 2011
    Beans
    1

    Re: HOWTO: Install AssaultCube in Ubuntu Jaunty 9.04

    Finally a good installation guide. I'm new to Linux and Ubuntu and this helped me a lot. thanks! These instuctions also apply to the newer version of assault cube. Just change the filenames in the console.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •