diff options
-rw-r--r-- | encap/README | 9 | ||||
-rw-r--r-- | encap/VERSION | 2 |
2 files changed, 8 insertions, 3 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$ diff --git a/encap/VERSION b/encap/VERSION index 5a2a5806d..eb49d7c7f 100644 --- a/encap/VERSION +++ b/encap/VERSION @@ -1 +1 @@ -0.6 +0.7 |