ttyborg / unflobtactical

Automatically exported from code.google.com/p/unflobtactical
0 stars 0 forks source link

Building in linux #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I finally got around to building Xenowar myself, and it was almost painless! I 
did have to change the case of a few filenames, though, since Linux uses a case 
sensitive filesystem (see attached diff).

Also it seems that for some reason there is a missing "sources.mk" in the 
"faces" subdir, I'm attaching the one I made.

Now let's see if I can wrap my head around the code! :)

Original issue reported on code.google.com by johan.fo...@gmail.com on 23 Oct 2011 at 2:00

Attachments:

GoogleCodeExporter commented 9 years ago
The changes look fine - go ahead and check in. I think the "faces" stuff gets 
referenced from another build script, but it sure doesn't hurt to add the 
sources.mk.

What steps do you use to build on Linux? (make program, etc?) Some folks have 
asked, and I'm rather curious myself.

Original comment by leethoma...@gmail.com on 24 Oct 2011 at 4:08

GoogleCodeExporter commented 9 years ago
Ah, I guess I was a bit unclear - I built the *Android* version on Linux. But I 
did think about building a pure Linux version too, I assume it's a pure 
SDL/OpenGL app so it should really just be a matter of constructing a proper 
make file..?

I will give it a try!

Original comment by johan.fo...@gmail.com on 24 Oct 2011 at 6:18

GoogleCodeExporter commented 9 years ago
Android, gotcha. Making a linux will be harder - it needs the platform specific 
code. Glad the Android thing worked out!

Original comment by leethoma...@gmail.com on 24 Oct 2011 at 5:34

GoogleCodeExporter commented 9 years ago

Original comment by leethoma...@gmail.com on 31 Oct 2011 at 11:34