Difference between revisions of "Libwpg"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) (Created page with '{| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://sourceforge.net/projects/libwpg/files/libwpg-0.1.3/libwpg-0.1.3.tar.bz2 |} ---- {{Packag…') |
Chipster19 (talk | contribs) |
||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://sourceforge.net/projects/libwpg/files/libwpg- | + | | http://sourceforge.net/projects/libwpg/files/libwpg-{{libwpg-Version}}/libwpg-{{libwpg-Version}}.tar.bz2 |
|} | |} | ||
Revision as of 03:24, 20 March 2010
Download Source: | http://sourceforge.net/projects/libwpg/files/libwpg-0.1.3/libwpg-0.1.3.tar.bz2 |
---|
Contents
Introduction to Libwpg
Libwpg project is a collection of library and tools to work with graphics in WPG (WordPerfect Graphics) format. WPG is the format used among others in Corel sofware, such as WordPerfect(tm) and Presentations(tm).
Project Homepage: http://libwpg.sourceforge.net/
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
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
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
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
Install the package:
make install
Contents
Installed Programs: | wpg2raw, wpg2svg, wpg2svgbatch.pl |
---|---|
Installed Libraries: | libwpg-0.1.{la,so}, libwpg-stream-0.1.{la,so} |
Installed Directories: | /usr/include/libwpg-0.1, /usr/share/doc/libwpg |