summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/building.mdwn8
-rw-r--r--hurd/building/discussion.mdwn27
2 files changed, 35 insertions, 0 deletions
diff --git a/hurd/building.mdwn b/hurd/building.mdwn
index 39c9a040..31d909e5 100644
--- a/hurd/building.mdwn
+++ b/hurd/building.mdwn
@@ -71,6 +71,14 @@ The `.deb` packages will then drop out at the `../` directory.
## Building, but not the Debian Way
+First create configure file:
+
+ $ cd hurd-VERSION/
+ $ autoreconf --install
+ $ cd ..
+
+Note: You need GNU MiG to compile the GNU Hurd [TODO: add how]
+
The Hurd has to be built in a separate directory:
$ mkdir hurd-build
diff --git a/hurd/building/discussion.mdwn b/hurd/building/discussion.mdwn
new file mode 100644
index 00000000..2183de26
--- /dev/null
+++ b/hurd/building/discussion.mdwn
@@ -0,0 +1,27 @@
+[[!meta copyright="Copyright © 2018 Free Software Foundation, Inc."]]
+
+[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
+id="license" text="Permission is granted to copy, distribute and/or modify this
+document under the terms of the GNU Free Documentation License, Version 1.2 or
+any later version published by the Free Software Foundation; with no Invariant
+Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
+is included in the section entitled [[GNU Free Documentation
+License|/fdl]]."]]"""]]
+
+## ADDING COMMENTS FOR NON DEBIAN SYSTEMS:
+Maybe it's not much help, but I'm trying to get it up in a fedora, and as I solve each step (if I can), I'll add it here, please comment here if you don't want it.
+***
+
+
+
+By creating this page, you agree to assign copyright for your contribution to
+the Free Software Foundation, <http://www.fsf.org/>. The Free Software
+Foundation promises to always use a free documentation license (as per our
+criteria of free documentation) when publishing your contribution. We grant
+you back all your rights under copyright, including the rights to copy, modify,
+and redistribute your contributions.
+
+We're requiring these copyright assignments, so that we'll easily be able to
+include your contributions in official GNU documentation, such as the GNU Hurd
+Reference Manual, etc. Send email to <hurd-maintainers@gnu.org> if there are
+questions.