MegaGlest Forum
Archives (read only) => Vanilla Glest => Linux and other ports => Topic started by: Somtin on 1 September 2007, 19:10:54
-
I have downloaded the source code, and the data for 2.0.1 from sourceforge, extracted the source, cd'd to the source directory, unzipped the data package. That went all fine, but I cant seem to find any sought of Makefile or anything to compile glest. I had a search of the forum, but couldn't find any new posts about compiling 2.0.1
Any hints?
-
1. run for i in `find . -type f`; do dos2unix $i; done
2. Go to mk/linux direcotry
3. run sh autogen.sh
4. run ./configure
5. run jam
-
there is no mk/linux directory.
source/
source/g3d_viewer
source/glest_game
source/glest_map_editor
source/shared_lib
Doing a
find . -path "*mk*"
and a
find . -path "*linux*"
returns nothing. :-/
-
mk/linux directory is not inside source
directory tree should be:
docs/
mk/
source/
I've some troubles at configure time:
./configure: line 4711: AX_TYPE_SOCKLEN_T: command not found
./configure: line 4713: syntax error near unexpected token `1.2.5,'
./configure: line 4713: `AM_PATH_SDL(1.2.5,'
any tip?
tx
-
I've some troubles at configure time:
./configure: line 4711: AX_TYPE_SOCKLEN_T: command not found
./configure: line 4713: syntax error near unexpected token `1.2.5,'
./configure: line 4713: `AM_PATH_SDL(1.2.5,'
any tip?
tx
run "for i in `find . -type f`; do dos2unix $i; done" first