Difference between revisions of "Libcoyotl"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Added page) |
Weibullguy (talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 10: | Line 10: | ||
== Dependencies == | == Dependencies == | ||
+ | * [[Libpng]] | ||
=== Optional === | === Optional === | ||
Line 100: | Line 101: | ||
|is a library of functions used by [[libacovea]] | |is a library of functions used by [[libacovea]] | ||
|} | |} | ||
+ | |||
+ | [[Category:Benchmarking]] |
Latest revision as of 12:12, 20 October 2008
Download Source: | http://www.coyotegulch.com/distfiles/libcoyotl-3.1.0.tar.gz |
---|
Contents
Introduction to Libcoyotl
Coyotl is a library of functions used by libacovea.
Project Homepage: http://www.coyotegulch.com/products/libcoyotl/index.html
Dependencies
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
If you have Doxygen installed, build the documentation:
make docs
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr && make
If you have Doxygen installed, build the documentation:
make docs
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 && make
If you have Doxygen installed, build the documentation:
make docs
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 && make
If you have Doxygen installed, build the documentation:
make docs
Install the package:
make install
Contents
Installed Directories: | None |
---|---|
Installed Programs: | None |
Installed Libraries: | libcyotl.{a,la,so} |
Short Descriptions
libcoyotl | is a library of functions used by libacovea |
---|