Results 1 to 3 of 3

Thread: [Offtopic] How to compile/install Warzone 2100

  1. #1
    Join Date
    2013-Apr
    Posts
    4

    [Offtopic] How to compile/install Warzone 2100

    I know I'm going to get some jeers, and some others who say '**** yeah!' I'm trying to install Warzone 2100.

    I've never compiled from source, and there's a generic how-to on Warzone's website, but I would be much more comfortable if I could find a detailed how-to through the Kali Community.

    I'm willing to stumble through the process myself, but if anybody has already done this, I would really like to know what you did.
    Last edited by g0tmi1k; 2013-06-24 at 09:12. Reason: Improved titled & Closed thread.
    Running a Dell Inspiron n5110 with the i5 series cpu, integrated sandybridge gpu, 8G ddr3(maxed), 700G hdd. Running only Kali.

  2. #2
    Kali is a Network Security, Penetration Testing distribution. You're welcome to attempt any installs you wish, but the likelihood of finding someone who has installed a video game successfully on these forums is, and should be, very slim.
    In saying all this, Kali is a Debian based distro. So if you can find a how-to for this that applies to Debian, it should be quite similar.
    Good luck

  3. #3
    While I agree with daedalus1776, I tried it anyway

    480 apt-get install build-essential automake flex bison libpng12-dev libsdl1.2-dev libopenal-dev libphysfs-dev libvorbis-dev libtheora-dev libglc-dev libglew1.5-dev libxrandr-dev zip unzip libqt4-opengl-dev libqt4-network libqjson-dev -y
    482 cd Downloads/
    484 mkdir -p /root/warzone
    485 mv warzone2100-3.1.0.tar.xz /root/warzone/
    487 cd
    488 cd warzone/
    489 ls
    490 tar -xJvf warzone2100-3.1.0.tar.xz
    491 ls
    492 cd warzone2100-3.1.0/
    493 ls
    495 apt-get install autogen
    502 apt-get install wkhtmltopdf
    505 ./configure --with-distributor
    509 make
    511 make install
    512 warzone2100
    513 warzone2100 --help
    514 warzone2100 --fullscreen

    Works fine. Also, do not post a thread like "Asking for a how to.." ... Thread header should contain some indication of what you're looking for rather than having to drill down. Enjoy.

Similar Threads

  1. RT5390 driver compile/install help
    By meanjoegreene01 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2016-03-12, 00:50

Posting Permissions

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