Coin (neko mips4)

From Nekoware

Jump to: navigation, search
neko_coin
Packaged by: Joerg Behrens
Internal Version: 1
Download: neko_coin-2.4.4.tardist
Current release: 2.4.4 / December 11 2005
Use: Unknown
Licence: Unknown
Website: www.coin3d.org/lib/about_coin3d/


Coin3D is a high-level 3D graphics toolkit for developing cross-platform real-time 3D visualization and visual simulation software.

Coin3D is portable over a wide range of platforms: any UNIX / Linux / *BSD platform, all Microsoft Windows operating systems, and Mac OS X.

Coin3D is built on OpenGL and uses scene graph data structures to render 3D graphics in real-time. Basic import, rendering, and interaction with a 3D object can be implemented in just a few lines of code, and programmer efficiency is greatly increased compared with programming directly with OpenGL. OpenGL code and Coin3D code can co-exist in the same application, which makes gradual migration from OpenGL to Coin3D possible.

Coin3D is fully compatible with SGI Open Inventor 2.1, the de facto standard for 3D visualization and visual simulation software in the scientific and engineering community. Additional features in Coin3D include VRML97 support, 3D sound, 3D textures, and parallel rendering on multiple processors.

For more information visit the http://www.coin3d.org/lib/about_coin3d/ website.

Contents

[edit] Installing the package

Download and install the neko_coin-2.4.4 (version 1) tardist package from the Nekoware repository.

Installation of the precompiled binary package can be achieved using either Software Manager or inst: In the case of inst, all that's required is the command:

~ $ inst -f /path/to/neko_coin-2.4.4.tardist
install all
keep *.opt.src
go
quit

You will need "root" privileges to install the software.

A list of all files is installed by this package is available.

[edit] Package Dependencies

The following additional packages are required to run this software correctly:

  • No dependencies.

[edit] Package Incompatibilities

The following packages are marked as incompatible.

  • No incompatibilities.

[edit] Package Layout

Default indicates whether the subsystem will be installed if "install standard" (or similar) is used. Order is used if any given subsystem must be installed before others.

Name Size [Kbytes] Default Order Description
neko_coin.sw.eoe 77 Yes 9999 execution only env
neko_coin.sw.lib 7,324 Yes 9999 shared libraries
neko_coin.sw.hdr 1,688 Yes 9999 header
neko_coin.man.manpages 4,103 Yes 9999 man pages
neko_coin.man.html 37,276 Yes 9999 html documentation
neko_coin.opt.relnotes 3 No 9999 release notes
neko_coin.opt.src 2,644 No 9999 original source code
neko_coin.opt.dist 479 No 9999 distribution files


[edit] Post installation Steps

none


[edit] Compiling

As for the majority of Nekoware packages, the 7.4.x release of SGI's MIPSpro Compiler suite has been used to build this package.


[edit] Environment

export CC=c99
export CFLAGS='-O3 -mips4 -I/usr/nekoware/include -OPT:Olimit=0:roundoff=3  -TARG:platform=IP27:proc=r10000'
export CXXFLAGS=$CFLAGS
export CPPFLAGS='-I/usr/nekoware/include'
export CXX=CC
export F77=f77
export LDFLAGS='-L/usr/nekoware/lib -rpath /usr/nekoware/lib'
export PKG_CONFIG=/usr/nekoware/bin/pkg-config
export PKG_CONFIG_PATH='/usr/nekoware/lib/pkgconfig'
export PKG_CONFIG_LIBDIR='/usr/nekoware/lib'
export LD_LIBRARY_PATH='/usr/nekoware/lib'
export LD_LIBRARYN32_PATH='/usr/nekoware/lib'
export LD_LIBRARY64_PATH='/usr/nekoware/lib64'
export GNOME2_DIR='/usr/nekoware'
export GNUMAKE='/usr/nekoware/bin/make'
export PATH=/usr/nekoware/bin:$PATH
export PYTHONHOME=/usr/nekoware
export PYTHONPATH=/usr/nekoware/lib/python2.4



[edit] Configure

./configure --enable-html --enable-man  --disable-javascript-api  --with-fontconfig=/usr/nekoware --with-freetype=/usr/nekoware --with-zlib=/usr/nekoware --with-bzip2=/usr/nekoware --with-openal=/usr/nekoware  --enable-3ds-import --enable-threadsafe --with-simage=/usr/nekoware  --prefix=/usr/nekoware;
gmake
gmake install


[edit] Release Notes

Click on the "show" link to expand the contents of the package's 'relnotes' file.


[edit] Errors/Miscellaneous

For building the documentation you need doxygen first. The 'javascript-api' is disabled because it have a need for a nonexisting 3rd party library. For unknown reasons all shared libs build into one main library. Dont ask why?


[edit] Older Versions

  • None

[edit] External Links

Personal tools