Opened 10 years ago

Closed 10 years ago

#5424 closed enhancement (fixed)

Add a 'make install' command to java SWIG binding GNUmakefile

Reported by: lossyrob Owned by: Even Rouault
Priority: normal Milestone: 1.11.0
Component: JavaBindings Version: svn-trunk
Severity: normal Keywords: java swig install
Cc:

Description

This patch adds a 'make install' command for installing java swig bindings. The command copies the *.so (or *.dylib on os x) from the .libs directory into /usr/local/lib.

Attachments (1)

swig-java-make-install.diff (1.3 KB ) - added by lossyrob 10 years ago.
Patch for adding 'make install' to java swig bindings makefile

Download all attachments as: .zip

Change History (4)

comment:1 by lossyrob, 10 years ago

Owner: changed from hobu to lossyrob

comment:2 by lossyrob, 10 years ago

Owner: changed from lossyrob to Even Rouault

by lossyrob, 10 years ago

Attachment: swig-java-make-install.diff added

Patch for adding 'make install' to java swig bindings makefile

comment:3 by Even Rouault, 10 years ago

Component: SWIG (all bindings)JavaBindings
Milestone: 1.11.0
Resolution: fixed
Status: newclosed

trunk r27105 "Unix build: add a 'make install' target for the Java bindings that install the lib-jni.so/dylib objects into the {install_prefix}/lib. The deployment of gdal.jar is not covered (patch by lassyrob, #5424)"

Note: See TracTickets for help on using tickets.