Libgdiplus: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Chipster19 (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
!Download Source: | !Download Source: | ||
| http://go-mono.com/sources/libgdiplus/libgdiplus-{{Libgdiplus-Version}}.tar.gz | | http://go-mono.com/sources/libgdiplus/libgdiplus-{{Libgdiplus-Version}}.tar.gz | ||
|- | |||
!Optional patch: | |||
| http://svn.cross-lfs.org/svn/repos/patches/libgdiplus/libgdiplus-{{Libgdiplus-Version}}-cairo-1.patch | |||
|} | |} | ||
| Line 31: | Line 34: | ||
== Non-Multilib == | == Non-Multilib == | ||
If you want build Libgdiplus against Glitz, DirectFB and XCB, apply this patch: | |||
patch -Np1 -i ../libgdiplus-{{Libgdiplus-Version}}-cairo-1.patch | |||
Compile the package: | Compile the package: | ||
| Line 44: | Line 51: | ||
=== 32Bit === | === 32Bit === | ||
If you want build Libgdiplus against Glitz, DirectFB and XCB, apply this patch: | |||
patch -Np1 -i ../libgdiplus-{{Libgdiplus-Version}}-cairo-1.patch | |||
Compile the package: | Compile the package: | ||
| Line 57: | Line 69: | ||
=== N32 === | === N32 === | ||
If you want build Libgdiplus against Glitz, DirectFB and XCB, apply this patch: | |||
patch -Np1 -i ../libgdiplus-{{Libgdiplus-Version}}-cairo-1.patch | |||
Compile the package: | Compile the package: | ||
| Line 70: | Line 87: | ||
=== 64Bit === | === 64Bit === | ||
If you want build Libgdiplus against Glitz, DirectFB and XCB, apply this patch: | |||
patch -Np1 -i ../libgdiplus-{{Libgdiplus-Version}}-cairo-1.patch | |||
Compile the package: | Compile the package: | ||
Revision as of 09:41, 2 October 2007
| Download Source: | http://go-mono.com/sources/libgdiplus/libgdiplus-2.4.2.tar.gz |
|---|---|
| Optional patch: | http://svn.cross-lfs.org/svn/repos/patches/libgdiplus/libgdiplus-2.4.2-cairo-1.patch |
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
If you want build Libgdiplus against Glitz, DirectFB and XCB, apply this patch:
patch -Np1 -i ../libgdiplus-2.4.2-cairo-1.patch
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
32Bit
If you want build Libgdiplus against Glitz, DirectFB and XCB, apply this patch:
patch -Np1 -i ../libgdiplus-2.4.2-cairo-1.patch
Compile the package:
CC="gcc ${BUILD32}" USE_ARCH=32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make
Install the package:
make install
N32
If you want build Libgdiplus against Glitz, DirectFB and XCB, apply this patch:
patch -Np1 -i ../libgdiplus-2.4.2-cairo-1.patch
Compile the package:
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
If you want build Libgdiplus against Glitz, DirectFB and XCB, apply this patch:
patch -Np1 -i ../libgdiplus-2.4.2-cairo-1.patch
Compile the package:
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 |