sanyaade-g2g-repos / kwaak3

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

Missing make file for Quake3 source #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I was able to build JNI binding, but could not find make file/instructions 
to build the Q3 sources.

Original issue reported on code.google.com by drphro...@gmail.com on 25 Feb 2010 at 6:49

GoogleCodeExporter commented 9 years ago
I hope to add the Makefile in a couple of days. It is a bit hacky and needs 
cleanups.
It doesn't use the NDK build system since I also use a different gcc when 
compiling
with Neon support.

Original comment by thunderb...@gmail.com on 25 Feb 2010 at 8:38

GoogleCodeExporter commented 9 years ago
I will just use your precompiled files until then :)

Original comment by drphro...@gmail.com on 25 Feb 2010 at 8:39

GoogleCodeExporter commented 9 years ago
The makefiles are in svn now. I still need to write some build instructions 
though.
If you read Makefile.local you should be able to get it to compile. Just use the
default gcc shipped with the NDK if you want a generic ARM build for your Hero. 
You
could use gcc 4.4.0 as well but it is just more trouble to get.

Original comment by roderick...@gmail.com on 27 Feb 2010 at 5:39

GoogleCodeExporter commented 9 years ago
Oops posted that from my other gmail account. Marking this bug as fixed now.

Original comment by thunderb...@gmail.com on 27 Feb 2010 at 5:40

GoogleCodeExporter commented 9 years ago
I have also added some initial build instructions.

Original comment by thunderb...@gmail.com on 27 Feb 2010 at 10:06