Author Topic: linux source package for 3.0.0 released  (Read 6000 times)

MatzeB

  • Guest
linux source package for 3.0.0 released
« on: 31 January 2008, 10:11:03 »
I just uploaded the final source package for glest-3.0.0 to sourceforge. Read the README.linux file for build instructions.

http://downloads.sourceforge.net/glest/ ... 0.0.tar.gz
« Last Edit: 1 January 1970, 00:00:00 by MatzeB »

Sverik

  • Guest
(No subject)
« Reply #1 on: 4 February 2008, 09:39:00 »
The README.linux states:

Code: [Select]
To build and install the game use the following commands (in the top glest
directory).

cd mk/linux

Alas, there is no such directoy:

Code: [Select]
glest-source-3.0.0# ls
aclocal.m4  autom4te.cache  configure.ac  glest.ini         Jamconfig.in  Jamrules     mk      README.linux
autogen.sh  configure       glest_game    glest_map_editor  Jamfile       license.txt  README  shared_lib

glest-source-3.0.0# ls mk/
autoconf  jam
« Last Edit: 1 January 1970, 00:00:00 by Sverik »

hailstone

  • GAE Team
  • Battle Machine
  • ********
  • Posts: 1,568
    • View Profile
(No subject)
« Reply #2 on: 5 February 2008, 13:23:07 »
I think it's meant to be jam not linux, that was a command for a previous version.
« Last Edit: 1 January 1970, 00:00:00 by hailstone »
Glest Advanced Engine - Admin/Programmer
https://sourceforge.net/projects/glestae/

Duke

  • Guest
(No subject)
« Reply #3 on: 5 February 2008, 13:43:56 »
It doesn't matter, because
./configure
jam
works from the top directory as well.
« Last Edit: 1 January 1970, 00:00:00 by Duke »

hailstone

  • GAE Team
  • Battle Machine
  • ********
  • Posts: 1,568
    • View Profile
(No subject)
« Reply #4 on: 6 February 2008, 01:04:27 »
Sorry, my mistake. If you download Glest 3, you extract the glest-source-3.0.0 folder and run the commands from the top glest directory like it says.

ie.
Extract
> cd glest-source-3.0.0
> ./autoconf.sh (if needed ?)
> ./configure
> jam
« Last Edit: 1 January 1970, 00:00:00 by hailstone »
Glest Advanced Engine - Admin/Programmer
https://sourceforge.net/projects/glestae/

comick

  • Guest
(No subject)
« Reply #5 on: 8 February 2008, 10:41:16 »
i get glest compiled correctly.

Then i move glest executable and glest.ini in a folder where i've unzipped data files.

I get a situation like this:

glest folder containing glest extecutable, glest.ini, folders data, maps, etc...

But when i try to start glest i get a File not found error. Nothing more specific is given in output, only this and i can't understand.

What's wrong?

Thanks
« Last Edit: 1 January 1970, 00:00:00 by comick »

dtor

  • Guest
(No subject)
« Reply #6 on: 13 February 2008, 20:35:02 »
Hi ^^
I'm trying to build a glest package. Is there any standard way to have the userdata in the users homedir? Fedora creates symlinks in ~/.glest, but this seems quite ugly to me =/
- > http://http://cvs.fedoraproject.org/viewcvs/rpms/glest/F-8/glest.sh?rev=1.5&view=markup
« Last Edit: 1 January 1970, 00:00:00 by dtor »