Answer the question
In order to leave comments, you need to log in
How to build Freeciv from source for windows 7?
Hello! Tell me how to build Freeciv from source for windows 7?
I want to try to understand a large open source project and try to write something useful within this project.
I opened the project folder in QT 5.5, when I try to build, I get an error: :-1: ошибка: No rule to make target 'all'. Stop.
When I try to call make from the Windows console , I get an error
make: *** Не заданы цели и не найден make-файл. Останов.
Answer the question
In order to leave comments, you need to log in
1) First, you need to decide how you want to build (there are three options available: native, gtk and qt clients).
2) If you want to build under Windows, then you will have to install MSYS / MSYS2 (optional), and install the necessary dependencies (compilers, libs, etc.) in the shell itself
3) Next, in MSYS / MSYS2, you start building , after entering (for native):
4) make && make install.
Source: Freeciv
PS games wiki: there is also some info on bugs etc. Be careful with dependencies.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question