Author Topic: minimal library  (Read 16122 times)

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
minimal library
« on: May 17, 2012, 08:43:18 pm »
Is there any minimal library, that contains all what is needed? 2.35MB isn't good...

Offline raft

  • Moderator
  • quad
  • *****
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
Re: minimal library
« Reply #1 on: May 17, 2012, 08:51:37 pm »
indeed there is: none ;) once you converted to Bones' native format, you only need bones.jar and of course jpct.jar at runtime.

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Re: minimal library
« Reply #2 on: May 17, 2012, 08:58:57 pm »
so I have another problem... where I get bones.jar? :D I found just sources
edit: sorry directory "build"...
« Last Edit: May 17, 2012, 09:01:35 pm by Thomas. »

Offline raft

  • Moderator
  • quad
  • *****
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
Re: minimal library
« Reply #3 on: May 17, 2012, 09:02:17 pm »
it's in the build/ directory of the zip file. you can also re-build it with the command

Code: [Select]
ant make-jar
or preferably

Code: [Select]
ant clean make-jar