I've downloaded Freecol 1.2.0 to my Ubuntu Linux system. But I can't figure out how to install it. I looked for instructions in the package release notice. I looked for a file named "README", or any other names that might hint at being instructions. I looked for an installation script. I found nothing that I recognized. I notice that I posted a similar question to one of the discussion groups about version 1.1.0 18 months ago, and never got a response.
Hi,
in Ubuntu you can do
apt install freecolto install the game system-wide.
If you got the sources, you should checkout the README file
and most probably you will have to build them first by running
antand then run the jar with
java -Xmx2G -jar FreeCol.jarDepending on the ubuntu version James uses installing with apt may result in an older freecol version then 1.2.0 .
Assuming you have java 11 or later installed there is an alternative :
Download freecol-1.2.0-installer.jar
and run
java -jar freecol-1.2.0-installer.jaror similar .https://www.freecol.org/download.html has more info .
On 12/14/24 16:53, Lone_Wolf wrote:
--
James Kuyper
(301) 503-1809