Difference between revisions of "Libgdiplus"

From CBLFS
Jump to navigationJump to search
Line 7: Line 7:
 
----
 
----
  
== Introduction to Libgdiplus ==
+
{{Package-Introduction|Libgdiplus is an open source implementation of the GDI+ API.|http://www.mono-project.com/Main_Page}}
 
 
Libgdiplus is an open source implementation of the GDI+ API.
 
 
 
'''Project Home Page''': http://www.mono-project.com/Main_Page
 
  
 
== Dependencies ==
 
== Dependencies ==

Revision as of 13:59, 16 April 2007

Download Source: http://go-mono.com/sources/libgdiplus/libgdiplus-2.4.2.tar.gz

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

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

32Bit

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

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

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