r2 - 09 Jan 2005 - 17:14:46 - BobKrzaczekYou are here: TWiki >  Help Web  >  AdminStuff > SoftwareInstalls > BuildingFromScratch > BuildingBzipTwo
Tags:
create new tag
, view all tags
  • Version: 1.0.2
  • Summary: Utility and library for data compression.

Obtaining and Unpacking

cd /cis/src/misc
wget ftp://sources.redhat.com/pub/bzip2/v102/bzip2-1.0.2.tar.gz
tar zxf bzip2-1.0.2.tar.gz
cd bzip2-1.0.2

Building for Solaris

This was built on a Solaris 8 system with the Forte 8 toolkit.

Edit Makefile and look for definitions of the following variables. Replace them as you see here.

CC=cc -xchip=ultra2i -xarch=v8plusa -Kpic
CFLAGS=-Xc -O

Building the sources will also test them; do not proceed with the rest of this install if any test fails.

make

Install to the /cis tree.

make PREFIX=/cis install

That's it, you're done.

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r2 < r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback