Page 1 of 1

Looking for idiot's guide for installing FreeCiv 2.5 in Linux Mint

Posted: Fri Jan 20, 2017 1:21 pm
by Corbeau
Howdy. Basically, it's all in the title: I'm a fairly new Linux user and I'm looking for a way to do, well, ^---that.

The default Linux Software Manager is offering me version 2.4. The Readme/Install documentation with the downloaded FreeCiv source code is a bit longish and when following it blindly I end up with:

% ./configure

....lots of stuff looking good, but ending with:

configure: error: libcurl development files required

After that I *did* install libcurl (it says"7.35.0-1ubuntu2.10" and what is needed is "libcurl version 7.12.1 or better")

However, after installing libcurl, staring Configure gets me again:

configure: error: libcurl development files required

....


Any ideas? Different approaches?

Re: Looking for idiot's guide for installing FreeCiv 2.5 in Linux Mint

Posted: Fri Jan 20, 2017 1:57 pm
by cazfi
"development files" are not part of the package normal users need, but they are in "-dev" packages (applies to things other than curl too)

Re: Looking for idiot's guide for installing FreeCiv 2.5 in Linux Mint

Posted: Fri Jan 20, 2017 2:09 pm
by Corbeau
Please note the word "idiot" in the title and tell me what to do :)

Re: Looking for idiot's guide for installing FreeCiv 2.5 in Linux Mint

Posted: Fri Jan 20, 2017 2:13 pm
by Corbeau
Oh, I just got a solution to that, now the next stage is:

configure: error: can not build any of the supported clients

(after a series of checks that ended with a "no")

So, i'm thinking that this is going to be a long sequence of trial-and-error... Any shortcut? Get an already compiled version somewhere? Is that even possible?

Re: Looking for idiot's guide for installing FreeCiv 2.5 in Linux Mint

Posted: Fri Jan 20, 2017 2:27 pm
by Corbeau
Ah, problem solved (it seems). Sorry for the trouble.

If anyone encounters the same problem and is at the same level as me, check here:

http://linuxg.net/install-freeciv-on-ubuntu-via-getdeb/

Re: Looking for idiot's guide for installing FreeCiv 2.5 in Linux Mint

Posted: Tue Mar 21, 2017 9:09 am
by Corbeau
So, I've installed the thing, been using it, playing online etc., but now I'd like to test some rulesets, test stuff by playing solo, but... How do I do that? All I have is a shortcut on the Desktop. Where are the files? Where are the rulesets? I can't even start the game because it "didn't connect with the server". When I was using it on Windows, that version of the client had the server incorporated, and if not, there was a server in the package that I could start separately and then connect the client to it.

But now, like I said, I can't find anything on my computer that even has a name "freeciv" (except the said shortcut on the desktop).


So... help? Please?

Re: Looking for idiot's guide for installing FreeCiv 2.5 in Linux Mint

Posted: Tue Mar 21, 2017 3:21 pm
by sveinung
Corbeau wrote:But now, like I said, I can't find anything on my computer that even has a name "freeciv" (except the said shortcut on the desktop).
Did you install the server? The package is probably named freeciv-server. So

Code: Select all

apt-get install freeciv-server
Corbeau wrote:Where are the rulesets?
Check if /usr/share/games/freeciv/ or /usr/share/freeciv/ exists. (Must be done after the server is installed)

Re: Looking for idiot's guide for installing FreeCiv 2.5 in Linux Mint

Posted: Mon Apr 03, 2017 9:19 pm
by Corbeau
Yes, there is something there now. Thanks.