Name Date Size

.. 2010-08-18 23:41:42 38

BINARYLICENSE.txt 2008-08-21 20:46:39 8.9 KiB

README.binaries.tmpl 2007-05-04 01:04:05 1.2 KiB

README.opensolaris.tmpl 2010-07-07 02:14:19 3.3 KiB

README.binaries.tmpl

@ISA@ @DELIVERY@ Distribution README
#ident "%Z%%M% %I% %E% SMI"
1. Subject to the terms and conditions of the Software License Agreement
and the obligations, restrictions, and exceptions set forth below, You
may reproduce and distribute the Software (and also portions of Software
identified below as Redistributable), provided that:
(i) You distribute the Software or Redistributables bundled as part of,
and for the sole purpose of running, a version of OpenSolaris;
(ii) You do not remove or alter any proprietary legends or notices contained
in or on the Software or Redistributables,
(iii) You only distribute the Software or Redistributables subject to a license
agreement that protects Sun's interests consistent with the terms
contained in this Agreement, and
(iv) You agree to defend and indemnify Sun and its licensors from and
against any damages, costs, liabilities, settlement amounts and/or
expenses (including attorneys' fees) incurred in connection with
any claim, lawsuit or action by any third party that arises or
results from the use or distribution of any and all Programs,
Software, or Redistributables.
Redistributables:

README.opensolaris.tmpl

OS/Net (ON) binaries for Buildable Source
This delivery of the binaries to enable the Buildable Source consists of 2
pieces:
1. encumbered binaries tarball (on-closed-bins-DATE.PLATFORM.tar.bz2)
2. signed cryptographic binaries (on-crypto-DATE.PLATFORM.tar.bz2)
BFU archives are no longer supported.
If you want to build the entire source tree, you will need the source,
the encumbered binaries, and the cryptographic binaries. The tools may
be bootstrapped from your source tree.
The encumbered binaries tarball contains complete binaries (libraries,
kernel modules, commands) that are compatible with the source. These
are binaries that cannot be built using only the source tarball for
one reason or another.
The cryptographic binaries have been signed with a certificate and key
that enables their use. The cryptographic binaries that you build
from source will not be usable unless you have obtained your own
certificate and key. See elfsign(1) for more information related to
signing binaries.
To obtain source, ensure that you have Mercurial installed (if you do
not, utter 'pkg install developer/versioning/mercurial'), and then
checkout from the Mercurial repository; please see instructions at:
http://hub.opensolaris.org/bin/view/Project+onnv/
Build Environment
-----------------
To build from source, you will also need the proper compiler, and you
must be running a recent build. The build schedule is available at
http://hub.opensolaris.org/bin/view/Community+Group+on/schedule.
The standard compiler for building OpenSolaris code is Sun Studio,
which is free to download and use. You can also use gcc. See the
section "Installing from Source" (below) for details.
Build machines are expected to be running an OpenSolaris build that
is no more than 2 builds behind the source that you're building. For
example, if you're building snv_143, your build machine should be
running snv_141 or later.
Other Important Information
---------------------------
The buildable source contains the source for our high key-strength
crypto, known as the Encryption Kit (SUNWcry, SUNWcryr, SUNWcryptoint).
Please note that certain countries restrict the redistribution of
high key-strength crypto. If you live in one of these countries,
it is your responsibility to ensure that you are complying with your
country's laws in this area.
For general questions on the buildable source, please ask on the
OpenSolaris Help discussion list (opensolaris-help <at> opensolaris
<dot> org). For detailed comments about the code, please use the
on-discuss list. Please note that the mailing lists are configured to
only allow posts from list subscribers. The Help list also has a web
forum that is gatewayed with the mailing list. More information about
OpenSolaris lists is available at
http://hub.opensolaris.org/bin/view/Main/discussions.
Currently Known Issues
----------------------
These were some of the major known issues at the time of this
delivery. The most recent list is available on the OpenSolaris.org
website in the ON community at:
http://hub.opensolaris.org/bin/view/Community+Group+on/known_issues
<!-- #include http://hub.opensolaris.org/bin/view/Community+Group+on/known_issues -->
Installing from Source
----------------------
<!-- #include http://hub.opensolaris.org/bin/view/Community+Group+on/install_quickstart -->