Announcement

Collapse
No announcement yet.

Switch between 1.14 and 1.1499 devel

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Switch between 1.14 and 1.1499 devel

    I have installed the ai-diplomacy package.
    I changed the file /usr/local/share/freeciv/deluxe.tilespec to tilespec because it wasn't running.

    Everything works fine. I have national borders, I can make peace-treatys and so on.

    But how can i start 1.14?
    "civclient -t deluxe" or "civclient". Doesn't matter, it always starts 1.1499-devel.
    I also changed tilespec back to deluxe.tilespec

    Is there a solution not to reinstall everything?
    Thanks.

  • #2
    I use both by first compiling and installing 1.14, moving the executables and then downloading 1.1499 from CVS, making and installing, like so:

    cd /path/to/1.4src/
    ./configure make && make install
    mv /usr/local/bin/civclient /usr/local/bin/civclient-1.4
    mv /usr/local/bin/civserver /usr/local/bin/civserver-1.4

    Then you install the CVS version, and you can use either like so:

    civserver-1.4
    or
    civserver

    Comment

    Working...
    X