Dime (neko mips4)

From Nekoware

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


Dime is a C++ class library for reading, constructing, manipulating, and writing DXF file data. The name is an acronym for DXF Import, Manipulation, and Export library.

The library is portable to any platform with a C++ compiler. It has no external dependencies. Dime is known to compile on Win32, Linux, IRIX, HP- UX, Solaris, BeOS and MacOS.

Features

   * loading DXF files into a Dime object hierarchy containing the DXF data
   * building Dime object hierarchies from scratch
   * extracting geometry data from Dime object hierarchies
   * manipulating Dime object hierarchies
   * traversing the Dime object hierarchies while performing various tasks saving dime object hierarchies as files conforming to the DXF file format

Dime is designed to support all past and future versions of the DXF file format. Internally we have tested dime with DXF version 10 through 14, and we've had customers that have used the library to handle AutoCAD 2000 DXF files.

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

Contents

[edit] Installing the package

Download and install the neko_dime-0.9 (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_dime-0.9.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_dime.sw.lib 1,322 Yes 9999 shared libraries
neko_dime.sw.hdr 170 Yes 9999 header
neko_dime.opt.relnotes 2 No 9999 release notes
neko_dime.opt.src 442 No 9999 original source code
neko_dime.opt.dist 11 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'
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-static=yes  --enable-shared=yes --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

I have no clue how to build the 2 example binaries 'dxf2vrml' and 'dxfsphere'. After compiling there exists a wrapper script in the directory.


[edit] Older Versions

  • None

[edit] External Links

Personal tools