Changes between Version 227 and Version 228 of AndroidPort


Ignore:
Timestamp:
Feb 10, 2012, 11:03:48 PM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v227 v228  
    233233$ tar -xvf android-ndk-r4c-0moz3.tar.bz2
    234234}}}
    235 Set the `NDK_MOZ` shell variable to the path of the directory that was unpacked, e.g.:
     235Set the `NDK_MOZ` shell variable to the path of the directory that was unpacked, e.g.:
    236236
    237237{{{
     
    432432$ export PATH=$PATH:$TOOLCHAIN/bin:$SYSROOT/usr/local/bin
    433433$ export CXX=arm-linux-androideabi-g++
     434$ export PKG_CONFIG_DIR=
     435$ export PKG_CONFIG_LIBDIR=$SYSROOT/usr/lib/pkgconfig:$SYSROOT/usr/share/pkgconfig:$SYSROOT/usr/local/lib/pkgconfig:$SYSROOT/usr/local/share/pkgconfig
    434436$ export PKG_CONFIG_SYSROOT_DIR=$SYSROOT
    435437$ cd gcc