Wv2: Difference between revisions
From CBLFS
Jump to navigationJump to search
Chipster19 (talk | contribs) No edit summary |
No edit summary |
||
| Line 33: | Line 33: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ | |||
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | |||
./configure --prefix=/usr --disable-debug && | |||
make | |||
Install the package: | Install the package: | ||
make install | |||
=== N32 === | === N32 === | ||
| Line 43: | Line 46: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ | |||
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | |||
./configure --prefix=/usr --libdir=/usr/lib32 \ | |||
--disable-debug && | |||
make | |||
Install the package: | Install the package: | ||
make install | |||
=== 64Bit === | === 64Bit === | ||
| Line 53: | Line 60: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ | |||
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | |||
./configure --prefix=/usr --libdir=/usr/lib64 \ | |||
--disable-debug && | |||
make | |||
Install the package: | Install the package: | ||
make install | |||
= Contents = | = Contents = | ||
Revision as of 12:18, 30 December 2006
| Download Source: | http://downloads.sourceforge.net/wvware/wv2-0.4.2.tar.bz2 |
|---|
Introduction to wv2
wv2 is a portable C++ implemenation of a MS Word import library. Right now it supports importing of Word 97, 2000, and XP documents.
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=/usr --disable-debug && 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 --disable-debug &&
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 \
--disable-debug &&
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 \
--disable-debug &&
make
Install the package:
make install
Contents
| Installed Programs: | wv2-config |
|---|---|
| Installed Libraries: | libwv2.{la,so} |
| Installed Directories: | /usr/include/wv2 |