Skip to content

Compiling

davidpicard edited this page May 29, 2012 · 7 revisions

Building JKernelMachines

JKernelMachines is a simple stand alone java library. It is thus only composed of a single jar archive containing all the classes.

JKernelMachines uses the Ant build system. Therefore, to produce the jkernelmachines.jar archive, just enter ant ant in a terminal in the root folder of the project:

$ ant

A directory build should be created with all the *.class files in it, along with the jar archive.

Javadoc

In order to build the javadoc associated with the project, use the doc task in ant:

$ ant doc

A directory doc should be created with the all the html files in it.

Clone this wiki locally