Forum:Can not run it (Linux)
From Freeciv
Hi. I downloaded and unpacked the package. ./configure, make, sudo make install.
As I try to play by typing civclient nothing, I mean absolutely nothing, happens. Nor window, nor even console output. Server appears to be functioning. WTF?
89.138.69.151 12:17, 4 November 2007 (UTC)
- export PATH="/usr/local/bin:$PATH" should do it, or use absolute paths doing like this /usr/local/bin/civclient.. Or you can use ./configure --prefix=/usr to install into the system directly, then use checkinstall to beable to uninstall. Emj 12:20, 6 November 2007 (UTC)
