Difference between revisions of "Libwpg"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) |
Cargabsj175 (talk | contribs) (→Required) |
||
Line 13: | Line 13: | ||
=== Required === | === Required === | ||
* [[libgsf]] | * [[libgsf]] | ||
+ | * [[libwpd]] | ||
=== Optional === | === Optional === |
Latest revision as of 14:39, 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 |