Re: I would like to introduce myself!

"Mathias (GER, Freeciv)" <[email protected]> Sat, 5 Mar 2022 16:05:14 +0100
Newsgroups gmane.games.freeciv.internationalization
Message-ID <[email protected]>
I had a look at Homebrew, but, errr, honestly, I did not understand WHAT FOR, WHY and WHERE it’s gonna install stuff…

I really don’t want to mess up my running system with low level stuff I don’t have the slightest clue about. Is messing up my system is a risk? I am very hesitant in doing so…

Is someone of you able to make a build for macOS 10.15? In the forum, Dino was the first who did that for 10.15. 

- -
Mathias

> Am 05.03.2022 um 15:07 schrieb Marko Lindqvist <[email protected]>:
> 
> 1 Yeah, on Mac you first have to decide if you go the macports or homebrew route of installing dependencies & other environment.
> 
>  Continuous Integration builds I mentioned are using homebrew. It usually seems to be providing wider selection on packages, enabling more freeciv features to be used.
> 
> 
> la 5. maalisk. 2022 klo 10.39 Dirk Zimmermann <[email protected] <mailto:me%[email protected]>> kirjoitti:
> Re building freeciv for macOS, at least for big sur:
> 
> If you can install [macports](https://www.macports.org/install.php <https://www.macports.org/install.php>) and 
> copy commands to the terminal, then it's easy.
> 
> I can provide you with a working list of commands, e.g.
> 
> sudo port install gtk3 +quartz -x11
> sudo port install libsdl2_mixer libsdl2
> 
> CC=clang sh autogen.sh  --enable-shared --prefix=$HOME/freeciv 
> --with-libintl-prefix=/opt/local
> CC=clang ./configure --enable-shared --prefix=$HOME/freeciv 
> --with-libintl-prefix=/opt/local
> 
> # invoke the de version
> LANG=de LANGUAGE=de ~/freeciv/bin/freeciv-gtk3 --tiles sextant
> 
> On 05.03.22 02:05, FreeLists Mailing List Manager wrote:
> > [freeciv-i18n] Re: I would like to introduce myself!
> 
> - Dirk