RP English
 
www.ilpiola.it
Roberto Piola
Work
Tom Tom
  • libpng

  •  
     

    Sorry, English only page
     

    Hints on compiling libpng


    Here you are some very short note I took while trying to compile libpng for tomtom (in a linux building environment)... hope it helps.
    cd zlib-1....
    env CC=arm-linux-gcc ./configure \
      --prefix=/usr/local/cross/gcc-3.3.4_glibc-2.3.2/ --shared
    make
    make install
    cd ../libpng...
     env CFLAGS="-I/usr/local/cross/gcc-3.3.4_glibc-2.3.2/include" \
         LDFLAGS="-L/usr/local/cross/gcc-3.3.4_glibc-2.3.2/lib" \
         ./configure --host=arm-linux \
         --prefix=/usr/local/cross/gcc-3.3.4_glibc-2.3.2/ 
    make
    make install
    
     

    Locations of visitors to this page


    Impostazioni cookies