Search found 8 matches
- Wed Jun 19, 2024 10:02 pm
- Forum: Tech support
- Topic: Installing FreeCiv on Apple Silicon
- Replies: 15
- Views: 30222
Re: Installing FreeCiv on Apple Silicon
If following that specific method is not important to you, but you want to get freeciv working by any means, I would recommend trying using homebrew. That's what our CI (continuous integration) tests to be working after every change that gets in. I understand and I get that it is usually much easie...
- Wed Jun 19, 2024 10:01 pm
- Forum: Tech support
- Topic: Installing FreeCiv on Apple Silicon
- Replies: 15
- Views: 30222
Re: Installing FreeCiv on Apple Silicon
No problem :D. You could also try jhbuild build freeciv That should build freeciv and it's dependencies, according to the jhbuild readme, but I don't know if freeciv is compatible with the automation tools. Actually, running ~/.new_local/bin/jhbuild shell and then ./configure in that shell worked! ...
- Wed Jun 19, 2024 4:03 pm
- Forum: Tech support
- Topic: Installing FreeCiv on Apple Silicon
- Replies: 15
- Views: 30222
Re: Installing FreeCiv on Apple Silicon
I see, I really appreciate your help, especially given that you are not a Mac user. I wish I had a Windows where things would be much easier, I presume... At the same time I enjoy learning all this stuff about compiling gnu packages manually.
- Wed Jun 19, 2024 5:59 am
- Forum: Tech support
- Topic: Installing FreeCiv on Apple Silicon
- Replies: 15
- Views: 30222
Re: Installing FreeCiv on Apple Silicon
What confuses me now is that the config.log is now complaining about not finding zlib.pc while checking for gtk+-3.0: configure:32281: checking for sdl2-config configure:32318: result: no configure:32330: checking for SDL2.framework configure:32803: checking for which client to compile:... configure...
- Wed Jun 19, 2024 5:33 am
- Forum: Tech support
- Topic: Installing FreeCiv on Apple Silicon
- Replies: 15
- Views: 30222
Re: Installing FreeCiv on Apple Silicon
Reading the instructions, it seems that it provides a virtual environment for building programs. So just running ./configure will not have access to the build libraries. You probably need to run something like $ alias jhbuild="PATH=.new_local/bin:$PATH jhbuild" , then jhbuild ./configure ...
- Wed Jun 19, 2024 12:29 am
- Forum: Tech support
- Topic: Installing FreeCiv on Apple Silicon
- Replies: 15
- Views: 30222
Re: Installing FreeCiv on Apple Silicon
Ooops, I am sorry. It seems I had an editor that had the older version of the log open. I attached the most recent one.
- Tue Jun 18, 2024 10:18 pm
- Forum: Tech support
- Topic: Installing FreeCiv on Apple Silicon
- Replies: 15
- Views: 30222
Re: Installing FreeCiv on Apple Silicon
edit: wrong file was uploaded by accident.
- Tue Jun 18, 2024 4:56 pm
- Forum: Tech support
- Topic: Installing FreeCiv on Apple Silicon
- Replies: 15
- Views: 30222
Installing FreeCiv on Apple Silicon
I am trying to install FreeCiv on Apple Silicon and I am running into the following issue: - I installed GTK(3?) following these steps: https://wiki.gnome.org/Projects/GTK/OSX/Building - GTK was installed in /Users/myuser/gtk/inst When I run the freeciv ./configure script I get an error that none of...