[vtkusers] wrap java on Mac Air

Sebastien Jourdain sebastien.jourdain at kitware.com
Wed Dec 19 07:50:51 EST 2012


$ mkdir vtk
$ cd vtk
$ git clone http://vtk.org:VTK.git src
$ mkdir build install
$ cd build
$ ccmake ../src

 BUILD_DOCUMENTATION      OFF
 BUILD_EXAMPLES           OFF
 BUILD_SHARED_LIBS        ON
 BUILD_TESTING            OFF
 CMAKE_BUILD_TYPE         Release
 CMAKE_INSTALL_PREFIX     /.../vtk/install
 VTK_Group_Imaging        OFF
 VTK_Group_MPI            OFF
 VTK_Group_Qt             OFF
 VTK_Group_Rendering      ON
 VTK_Group_StandAlone     ON
 VTK_Group_Tk             OFF
 VTK_Group_Views          OFF
 VTK_WRAP_JAVA            ON
 VTK_WRAP_PYTHON          OFF
 VTK_WRAP_TCL             OFF

hit keys [c] [c] [g]

$ make
$ make install


On Wed, Dec 19, 2012 at 5:39 AM, Ilan <ilan.tal at gmail.com> wrote:

> Hi Seb,
> Thanks for the reply. I'm not a Mac expert. I am using CMake 2.8.9. What
> exactly do I need to do in order to make vtk without using xcode? Is there
> a
> make which replaces CMake?
>
> Thanks,
> Ilan
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/wrap-java-on-Mac-Air-tp5717659p5717662.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20121219/368c1840/attachment.htm>


More information about the vtkusers mailing list