Galago-Sharp: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
----
----


== Introduction to Galago-Sharp ==
{{Blank-Package-Introduction}}
 
<Package Needs Description>
 
'''Project Home Page''': http://www.galago-project.org/


== Dependencies ==
== Dependencies ==
Line 41: 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 49: Line 45:


  make install
  make install
unset PKG_CONFIG_PATH


=== N32 ===
=== N32 ===
Line 71: Line 68:
| None
| None
|}
|}
[[Category:C Sharp]]

Latest revision as of 15: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