minimal library

Started by Thomas., May 17, 2012, 08:43:18 PM

Previous topic - Next topic

Thomas.

Is there any minimal library, that contains all what is needed? 2.35MB isn't good...

raft

indeed there is: none ;) once you converted to Bones' native format, you only need bones.jar and of course jpct.jar at runtime.

Thomas.

#2
so I have another problem... where I get bones.jar? :D I found just sources
edit: sorry directory "build"...

raft

it's in the build/ directory of the zip file. you can also re-build it with the command

ant make-jar

or preferably

ant clean make-jar