I am trying to install freeciv from a tar.bz. when I read the file labeled install, it says that i need the make command, how do i get this?
You need to compile all programs with the same sequence of code, what is:
./configure
make
make install
but it’s explained better in the file called: INSTALL.
Actually you can install freeciv from the build service. LINK..
Good luck.
slingshooter08 wrote:
> I am trying to install freeciv from a tar.bz. when I read the file
> labeled install, it says that i need the make command, how do i get
> this?
To install a C/C++ compiler and required Development Tools; open YAST >
Software Management ; Change Filter to ‘Patterns’ and select C/C++
Development ( On 11.0 this is called C/C++ Compiler and Tools ) ; Click
Accept. To accomplish this from a command line, as root, issue; zypper
install -t pattern devel_C_C++
Kind regards,
Andreas Stieger