Skip to content

Compiling

David Picard edited this page Apr 28, 2016 · 7 revisions

Compiling JKernelMachines

to compile the library, just use maven:

$ mvn 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.