Changes between Version 16 and Version 17 of JP2KAK


Ignore:
Timestamp:
Apr 29, 2013, 5:20:16 PM (11 years ago)
Author:
warmerdam
Comment:

Remove "Build by frank" version.

Legend:

Unmodified
Added
Removed
Modified
  • JP2KAK

    v16 v17  
    77== Building Kakadu on !Unix/Linux ==
    88
    9 The following guide walks through steps required to build '''Kakadu 6.0''' and '''GDAL''' with JP2KAK driver support on 32-bit Linux machine. Instructions presented here have been tested under Ubuntu Linux.
     9The following guide walks through steps required to build '''Kakadu 6.0''' and '''GDAL''' with JP2KAK driver support on 64-bit Linux machine. Instructions presented here have been tested under Ubuntu Linux.
    1010
    1111 * Prerequisites
     
    126126}}}
    127127
    128 ----
    129 
    130 == !Unix/Linux Builds by Frank ==
    131 
    132 This is how I setup to use Kakadu 6.0 on my 64bit linux system with GDAL 1.4.x. Other makefiles exist for 32bit linux and a few other variations.  You may have to fiddle with the makefiles some if your environment is odd.
    133 
    134 (this is in progress - my build with v6 isn't actually working yet)
    135 
    136 {{{
    137 unzip v6_0-00256n.zip
    138 mv v6_0-00256N kakadu-6.0
    139 cd kakadu-6.0/coresys/make
    140 make -f Makefile-Linux-x86-64-gcc
    141 cd ../../
    142 cp lib/Linux-x86-64-gcc/* /usr/local/lib
    143 cd apps/make
    144 }}}
    145 
    146 Edit to add -fPIC in compile options.
    147 
    148 {{{
    149 make -f Makefile-Linux-x86-64-gcc
    150 }}}
    151 
    152 Then I configure GDAL like this:
    153 
    154 {{{
    155 ./configure --with-kakadu=/home/warmerda/pkg/kakadu-6.0
    156 }}}
    157 
    158 and build.  The Kakadu libraries are used as static libraries, so there are no .so's to carry along.
    159 
    160128== Windows Builds ==
    161129