Page 1 of 1

Celestia-ED

Posted: 22.01.2007, 22:40
by zeraeiro
Is it possible for anyone to compile Celestia-ED for windows with the new .po files available at http://celestia.teyssier.org/i18n/ ? I would if I knew how to. I would then send that version to Frank Gregorio. I really need this because I want to translate Frank's activities to Portuguese.

I'm also trying to compile Celestia Patch 3 for linux but I can't find any instructions to do so. Has anyone tried this before?

Thanks,

Jos?© Raeiro

Posted: 22.01.2007, 23:08
by ElChristou
Why the double post?

Posted: 22.01.2007, 23:17
by zeraeiro
I believe it belongs to both forums, and there may be people who only read one or the other. I didn't read the forum policy, if this is not permitted, please feel free to delete one of them, and accept my apologies.

Jos?© Raeiro

Re: Celestia-ED

Posted: 23.01.2007, 15:11
by Boux
zeraeiro wrote:I'm also trying to compile Celestia Patch 3 for linux but I can't find any instructions to do so. Has anyone tried this before?
Thanks,
Jos?© Raeiro


Some quick hints to build for Linux (all done in a console in the root of the source tree):

Code: Select all

automake
autoconf
./configure --with-kde (or --with-gtk) --with-lua --with-theora --with-openal
make
make install



Make sure you have all the "auto" tools, GCC and GTK stuff, required libraries (there are many of them!) and locales properly installed and set up on your system.
You may have to create a couple distribution-dependent symlinks too (error messages sent out to the console by the tools will guide you).
Basically, if you want to build for Linux, you are on your own here.

Posted: 23.01.2007, 22:24
by zeraeiro
Some quick hints to build for Linux (all done in a console in the root of the source tree):

Thanks! :D I'll try it and then will post something about it. Currently my linux box is taking sun baths to kill the fungus on the power unit 8O

From what I've saw in the forum, Lua Edu Tools will replace patch and ED versions of Celestia.

Basically, if you want to build for Linux, you are on your own here.


Well, I thougt that within Linux the community was strong in helping out each other :roll: But one always has MAN, etc. I'll mess around and see what I can do. But as I've already said it seems that patch version will be discontinued.