diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-07-25 17:59:24 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-07-25 17:59:24 +0000 |
commit | ccba37d8303f0c4d94b6dd2f899aaf36f9e54efb (patch) | |
tree | 7f7cd87372680cd9515827a9d30441a686621960 /encap/README | |
parent | cf89f43f19a8fe195204ede38733fbb61255f08b (diff) | |
download | bcfg2-ccba37d8303f0c4d94b6dd2f899aaf36f9e54efb.tar.gz bcfg2-ccba37d8303f0c4d94b6dd2f899aaf36f9e54efb.tar.bz2 bcfg2-ccba37d8303f0c4d94b6dd2f899aaf36f9e54efb.zip |
Documented Solaris support, and added epkg mirror download info to
README, since cannonical site seems to be down.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2004 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/README')
-rw-r--r-- | encap/README | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/encap/README b/encap/README index 9da154333..694e04f35 100644 --- a/encap/README +++ b/encap/README @@ -51,7 +51,9 @@ work, but it has not yet been tested with a working bcfg2 repository. == Prerequisites == * GNU gcc and GNU g++ * GNU make (make sure "gmake" links to GNU make on non-GNU platforms) - * epkg from http://www.encap.org/epkg/ + * epkg (the encap package manager) + * Cannonical website is http://www.encap.org/epkg + * Mirror of epkg binaries is available at http://www.dclark.us/mirror/ * If built from source, first need all recommended libraries from web page You will need binaries of the GNU tools. For GNU and BSD based operating @@ -76,7 +78,7 @@ this code. || AIX || IBM || 5.3 || POWER || 4.1.0 || dc || 0.1/0.8.2pre6 || || GNU/Linux || Debian || Sarge || i386 || 3.3.5 || dc || 0.1/0.8.2pre6 || || GNU/Linux || Debian || Sid || i386 || 4.1.2 || dc || 0.3/0.8.2pre10 || - +|| Solaris || Sun || 10 || Sparc || 3.4.3 || dc || 0.7/0.8.2 || dc: "Daniel Clark" <mailto:dclark@member.fsf.org> If you bootstrap a platform not listed above, please add a comment to: @@ -145,5 +147,8 @@ Note that the doc for the encap profile format is in "man 5 encap_profile". * Removed r1953 patch from bcfg2 .profile, since that is included in 0.8.2 * Added alpha version warning + 0.7:: + * Added Solaris support + == Documentation Version == $Id$ |