Libgdiplus: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Chipster19 (talk | contribs) Remove patch. Not needed with new version |
||
| Line 3: | Line 3: | ||
!Download Source: | !Download Source: | ||
| http://go-mono.com/sources/libgdiplus/libgdiplus-{{Libgdiplus-Version}}.tar.bz2 | | http://go-mono.com/sources/libgdiplus/libgdiplus-{{Libgdiplus-Version}}.tar.bz2 | ||
|} | |} | ||
| Line 34: | Line 31: | ||
== Non-Multilib == | == Non-Multilib == | ||
Compile the package: | Compile the package: | ||
| Line 52: | Line 45: | ||
=== 32Bit === | === 32Bit === | ||
Compile the package: | Compile the package: | ||
| Line 71: | Line 59: | ||
=== N32 === | === N32 === | ||
Compile the package: | Compile the package: | ||
| Line 90: | Line 73: | ||
=== 64Bit === | === 64Bit === | ||
Compile the package: | Compile the package: | ||
Latest revision as of 11:45, 2 July 2009
| Download Source: | http://go-mono.com/sources/libgdiplus/libgdiplus-2.4.2.tar.bz2 |
|---|
Introduction to Libgdiplus
Libgdiplus is an open source implementation of the GDI+ API.
Project Homepage: http://www.mono-project.com/Main_Page
Dependencies
Required
Optional
- FontConfig
- FreeType
- libjpeg
- LibTIFF
- GifLib
- libexif
- Glitz (By Bundled Cairo)
- DirectFB (By Bundled Cairo)
- XCB (By Bundled Cairo)
- Gtk-Doc (By Bundled Cairo)
- Poppler (By Bundled Cairo)
- librsvg (By Bundled Cairo)
Non-Multilib
Compile the package:
CPPFLAGS="-I${XORG_PREFIX}/include" \
./configure --prefix=/usr &&
make
Install the package:
make install
Multilib
32Bit
Compile the package:
CPPFLAGS="-I${XORG_PREFIX}/include" \
CC="gcc ${BUILD32}" USE_ARCH=32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make
Install the package:
make install
N32
Compile the package:
CPPFLAGS="-I${XORG_PREFIX}/include" \
CC="gcc ${BUILDN32}" USE_ARCH=n32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make
Install the package:
make install
64Bit
Compile the package:
CPPFLAGS="-I${XORG_PREFIX}/include" \
CC="gcc ${BUILD64}" USE_ARCH=64 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make
Install the package:
make install
Contents
| Installed Programs: | None |
|---|---|
| Installed Libraries: | libgdiplus.{a,la,so} |
| Installed Directories: | None |