Difference between revisions of "Neon"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://www.webdav.org/neon/neon-{{Neon-Version}}.tar.gz |- |} ---- == Introduction to Neon == Nneon is a...)
 
(64Bit)
Line 76: Line 76:
  
 
  make install &&
 
  make install &&
  mv -v /usr/bin/neon-config{,-64}
+
  mv -v /usr/bin/neon-config{,-64} &&
 +
ln -sfv multiarch_wrapper /usr/bin/neon-config
  
 
== Contents ==
 
== Contents ==

Revision as of 17:31, 28 February 2007

Download Source: http://www.webdav.org/neon/neon-0.28.3.tar.gz

Introduction to Neon

Nneon is an HTTP and WebDAV client library.

Project HomePage: http://www.webdav.org/neon/

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr --enable-shared \
    --with-ssl &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" USE_ARCH=32 \
./configure --prefix=/usr --enable-shared \
    --with-ssl &&
make

Install the package:

make install &&
mv -v /usr/bin/neon-config{,-32}

N32

Compile the package:

CC="gcc ${BUILDN32}" USE_ARCH=n32 \
./configure --prefix=/usr --libdir=/usr/lib32 \
    --enable-shared --with-ssl &&
make

Install the package:

make install &&
mv -v /usr/bin/neon-config{,-n32}

64Bit

Compile the package:

CC="gcc ${BUILD64}" USE_ARCH=64 \
./configure --prefix=/usr --libdir=/usr/lib64 \
    --enable-shared --with-ssl &&
make

Install the package:

make install &&
mv -v /usr/bin/neon-config{,-64} &&
ln -sfv multiarch_wrapper /usr/bin/neon-config

Contents

Installed Programs: neon-config
Installed Libraries: libneon.{so,la,a}
Installed Directory: /usr/share/doc/neon-0.28.3