Lines Matching +full:- +full:fpie

8 nmake /f Makefile.vc CFG=release-static RTLIBCFG=static OBJDIR=output
11 the directory `output\release-static\(x64|x86)\bin` will contain the tools
12 cwebp.exe and dwebp.exe. The directory `output\release-static\(x64|x86)\lib`
22 make -f makefile.unix
26 library src/libwebp.a. No system-wide installation is supplied, as this is a
35 On a Debian-like system the following should install everything you need for a
39 $ sudo apt-get install gcc make autoconf automake libtool
64 Note: A decode-only library, libwebpdecoder, is available using the
65 `--enable-libwebpdecoder` flag. The encode library is built separately and can
67 Makefile.am configure files (see comments there). See `./configure --help` for
73 https://community.imgtec.com/developers/mips/tools/codescape-mips-sdk/available-releases/
79 # 32-bit build for mips32r5 (p5600)
80 HOST=mips-mti-linux-gnu
81 MIPS_CFLAGS="-O3 -mips32r5 -mabi=32 -mtune=p5600 -mmsa -mfp64 \
82 -msched-weight -mload-store-pairs -fPIE"
83 MIPS_LDFLAGS="-mips32r5 -mabi=32 -mmsa -mfp64 -pie"
85 # 64-bit build for mips64r6 (i6400)
86 HOST=mips-img-linux-gnu
87 MIPS_CFLAGS="-O3 -mips64r6 -mabi=64 -mtune=i6400 -mmsa -mfp64 \
88 -msched-weight -mload-store-pairs -fPIE"
89 MIPS_LDFLAGS="-mips64r6 -mabi=64 -mmsa -mfp64 -pie"
91 ./configure --host=${HOST} --build=`config.guess` \
92 CC="${HOST}-gcc -EL" \
99 ## Building libwebp - Using vcpkg
107 ./bootstrap-vcpkg.sh
124 On a Debian-like system the following should install everything you need for a
128 $ sudo apt-get install build-essential cmake
144 cmake -DWEBP_BUILD_CWEBP=ON -DWEBP_BUILD_DWEBP=ON ../
147 or through your favorite interface (like ccmake or cmake-qt-gui).
149 Use option `-DWEBP_UNICODE=ON` for Unicode support on Windows (with chcp 65001).
166 On a Debian-like system the following should install everything you need for a
170 $ sudo apt-get install build-essential gradle
182 To generate language bindings from swig/libwebp.swig at least swig-1.3
218 To build the swig-generated JNI wrapper code at least JDK-1.5 (or equivalent) is
224 To build the swig-generated Python extension code at least Python 2.6 is