summaryrefslogtreecommitdiff
path: root/generate/release
diff options
context:
space:
mode:
authoracpibob <robert.moore@intel.com>2014-04-19 22:05:57 -0700
committeracpibob <robert.moore@intel.com>2014-04-19 22:05:57 -0700
commit4bddc1d21bd1580dda65825f02a0f57decc30008 (patch)
tree9065f74f23442e8dc44b4827a76ef944f7259dbd /generate/release
parente32ea55c62df8c404f860a03f8966c45cc90c3cb (diff)
downloadacpica-4bddc1d21bd1580dda65825f02a0f57decc30008.tar.gz
Update build.txt readme file for SSH.
Add some additional info about SSH access to the git tree.
Diffstat (limited to 'generate/release')
-rw-r--r--generate/release/build.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/generate/release/build.txt b/generate/release/build.txt
index 5461f02d2..1dedde4e7 100644
--- a/generate/release/build.txt
+++ b/generate/release/build.txt
@@ -61,6 +61,12 @@ These Cygwin packages are required for ACPICA generation:
m4 (macro processor required by bison, found in Interpreters)
dos2unix and unix2dos converters (found in Text)
+Additionally, to write to the git tree, these are needed:
+
+ openSSH (found in Net)
+ corkscrew (found in Net)
+
+
4) Windows/Unix line termination issues:
a) Install Cygwin with the default setting of CR/LF line terminators
@@ -71,6 +77,14 @@ b) Ensure that these lines are present in the git configuration file,
autocrlf = true
+git and ssh stuff
+-----------------
+
+To write to the git tree, you'll need to setup an ssh connection to github.
+ssh clone path is:
+
+ git clone ssh://git@ssh.github.com/acpica/acpica.git
+
Build the ACPICA Software
-------------------------