Vec2web

From CBLFS
Jump to navigationJump to search
Download Source: http://www.ribbonsoft.com/archives/vec2web/vec2web-2.0.4.7-1.src.tar.gz
Download Patch: http://svn.cross-lfs.org/svn/repos/patches/vec2web/vec2web-2.0.4.7-pure64-1.patch

Introduction to Vec2web

Vec2web is a small tool to convert vector drawings (DXF) to graphics which can be used on the Web (PNG). It can also convert DXF drawings to postscript and WBMP or display them in an X11 window.

Project Homepage: http://www.ribbonsoft.com/vec2web.html

Dependencies

Required

Non-Multilib

Compile the first package dxflib:

cd dxflib &&
./configure --prefix=/usr &&
make depend &&
make

Install the package:

make install

Compile the second package qcadlib:

On Pure64 architecture System apply this patch:

patch -Np1 -i ../vec2web-2.0.4.7-pure64-1.patch
cd qcadlib &&
sed -i "s@\$(HOME)@\/usr@g" Makefile &&
sed -i "s@\/local@@g" Makefile &&
make

Install the package:

make install

Compile the third package vec2web:

cd vec2web &&
sed -i "s@\/local@@g" Makefile &&
make

Install the package:

cp vec2web /usr/bin

Multilib

32Bit

To do ...

N32

To do ...

64Bit

Compile the package:

To do ...

Contents

Installed Directories: /usr/include/dxflib, /usr/include/qcalib
Installed Programs: vec2web
Installed Libraries: libqcad.a, libdxf.a