diff options
Diffstat (limited to 'HOWTO')
-rw-r--r-- | HOWTO/BOOTSTRAP.md | 3 | ||||
-rw-r--r-- | HOWTO/INSTALL.md | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/HOWTO/BOOTSTRAP.md b/HOWTO/BOOTSTRAP.md index 59e31165cf..6f5f417d51 100644 --- a/HOWTO/BOOTSTRAP.md +++ b/HOWTO/BOOTSTRAP.md @@ -14,8 +14,7 @@ Primary bootstrap The two types of version controlled code are fundamentally different. The primary bootstrap is code compiled from source files in -the lib/{kernel,stdlib,compiler} (and header files from -lib/orber/include. They are checked in in the version control system +the lib/{kernel,stdlib,compiler} (They are checked in in the version control system to make it possible to build directly from the code base tree without the need for an earlier version of the compiler. When a new version of OTP is released, these files are updated manually (or rather, by using diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md index f7de69166a..2597794496 100644 --- a/HOWTO/INSTALL.md +++ b/HOWTO/INSTALL.md @@ -72,7 +72,7 @@ also find the utilities needed for building the documentation. as the binary command program `openssl`. At least version 0.9.8 of OpenSSL is required. Read more and download from <http://www.openssl.org>. * Oracle Java SE JDK -- The Java Development Kit (Standard Edition). - Required for building the application `jinterface` and parts of `ic` and `orber`. + Required for building the application `jinterface`. At least version 1.6.0 of the JDK is required. Download from <http://www.oracle.com/technetwork/java/javase/downloads>. |