Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: FreeCiv

  1. #11
    Join Date
    May 2007
    Beans
    4,513
    Distro
    Ubuntu

    Re: FreeCiv

    I already asked getdeb to compile a package

    It was pretty quick for me and didn't complain.

  2. #12
    Join Date
    May 2007
    Beans
    4,513
    Distro
    Ubuntu

    Re: FreeCiv

    Gotta love getdeb.net - (click)

  3. #13
    Join Date
    Oct 2007
    Beans
    10

    Re: FreeCiv

    Quote Originally Posted by Vadi View Post
    Can anyone get this to work?

    There is no .deb, and the source code points to a non-existent INSTALL file
    What do you mean by non-existent? It's located in the root directory of the source code. Are you sure you downloaded the tarball from sourceforge.net?

  4. #14
    Join Date
    May 2007
    Beans
    4,513
    Distro
    Ubuntu

    Re: FreeCiv

    There was an INSTALL.cygwin, but no INSTALL itself.

    I installed it fine with the standard ./configure, make, and sudo make install.

  5. #15
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: FreeCiv

    A
    Code:
    sudo aptitude update && sudo aptitude upgrade
    sudo aptitude install build-essential
    sudo aptitude install libgtk2.0-dev gettext libintl-perl bison bcp xlibs-dev x-dev libsdl1.2-dev libsdl-mixer1.2-dev libreadline5-dev
    
    
    cd ~/Desktop
    tar jxfv freeciv-2.1.0.tar.bz2
    cd freeciv-2.1.0
    ./configure
    make
    sudo make install
    should do it.

  6. #16
    Join Date
    Jul 2007
    Beans
    2

    Re: FreeCiv

    Distibution: Ubuntu 8.04 Hardy
    Package: freeciv-client-gtk
    If the game does not start try:
    Code:
    civclient-gtk --Plugin sdl
    If you get the console error message:
    Code:
    ALSA lib pcm_dmix.c:874:(snd_pcm_dmix_open) unable to open slave
    then run:
    Code:
    killall pulseaudio
    civclient-gtk --Plugin sdl

Page 2 of 2 FirstFirst 12

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
  •