Skip to content

Compiling

David Picard edited this page Mar 25, 2016 · 7 revisions

Compiling JKernelMachines

to compile the library, just use maven:

$ maven package

This should produce the jkernelmachines jar archives (class, source and doc), after validating unit testing. If you use maven, you can add jkernelmachines as dependency which is even easier. as of now, jkernelmachines is not referenced on the central repository, and thus you have to install it in your local repository.

Clone this wiki locally