Difference between revisions of "Galago-Sharp"

From CBLFS
Jump to navigationJump to search
 
(One intermediate revision by one other user not shown)
Line 37: Line 37:
 
Compile the package:
 
Compile the package:
  
 +
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}"
 
  sed -i "/SUBDIRS =/s/tests//" Makefile.in &&
 
  sed -i "/SUBDIRS =/s/tests//" Makefile.in &&
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
 
 
  ./configure --prefix=/usr &&
 
  ./configure --prefix=/usr &&
 
  make
 
  make
Line 45: Line 45:
  
 
  make install
 
  make install
 +
unset PKG_CONFIG_PATH
  
 
=== N32 ===
 
=== N32 ===
Line 67: Line 68:
 
| None
 
| None
 
|}
 
|}
 +
 +
[[Category:C Sharp]]

Latest revision as of 16:37, 19 March 2009

Download Source: http://www.galago-project.org/files/releases/source/galago-sharp/galago-sharp-0.5.0.tar.bz2

Introduction to Galago-Sharp

Project Homepage: Unknown

Dependencies

Required

Optional

Non-Multilib

Compile the package:

sed -i "/SUBDIRS =/s/tests//" Makefile.in &&
./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

32bit

Compile the package:

export PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}"
sed -i "/SUBDIRS =/s/tests//" Makefile.in &&
./configure --prefix=/usr &&
make

Install the package:

make install
unset PKG_CONFIG_PATH

N32

cp -v /usr/lib{,32}/pkgconfig/galago-sharp.pc

64bit

cp -v /usr/lib{,64}/pkgconfig/galago-sharp.pc

Contents

Installed Programs: None
Installed Libraries: galago-sharp.dll
Installed Directories: None