Libdownload

From CBLFS
Revision as of 21:11, 1 December 2007 by Weibullguy (talk | contribs) (Added page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://phraktured.net/libdownload/dist/libdownload-1.3.tar.gz

Introduction to Libdownload

URL based download library, forked from libfetch.

Project Homepage: http://phraktured.net/libdownload/

Non-Multilib

Compile the package:

make

Install the package:

make install

Multilib

32Bit

Compile the package:

make CC="gcc ${BUILD32}" LDFLAGS="${LD_BUILD32}" LD=ld

Install the package:

make install

N32

Fix the Makefile to ensure libraries are installed in the correct location.

sed -i 's@/lib/@/lib32/@' Makefile

Compile the package:

make CC="gcc ${BUILDN32}" LDFLAGS="${LD_BUILDN32}" LD=ld

Install the package:

make install

64Bit

Fix the Makefile to ensure libraries are installed in the correct location.

sed -i 's@/lib/@/lib64/@' Makefile

Compile the package:

make CC="gcc ${BUILD64} -fPIC"

Install the package:

make install

Contents

Installed Directories: None
Installed Programs: None
Installed Libraries: libdownload.{a,so}

Short Descriptions

libdownload