Module: xenomai-3
Branch: master
Commit: 1a985e70e8292ffffdb5c78f3574ec6faa9bbdae
URL:    
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=1a985e70e8292ffffdb5c78f3574ec6faa9bbdae

Author: Philippe Gerum <r...@xenomai.org>
Date:   Thu Jun 18 09:55:32 2015 +0200

doc: give pointers about building from sources

---

 README |   44 ++++++++++++++++++++++++++++++++++++--------
 1 file changed, 36 insertions(+), 8 deletions(-)

diff --git a/README b/README
index 71f8287..019b58d 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
 Where to start from?
 ====================
 
-http://xenomai.org/start-here/ is the best place to start learning
+https://xenomai.org/start-here/ is the best place to start learning
 about Xenomai 3.
 
 Built-in documentation
@@ -24,10 +24,38 @@ Online documentation
 The online version of the documentation is available from our website
 for the current release:
 
-http://xenomai.org/installing-xenomai-3-x/
-http://xenomai.org/building-applications-with-xenomai-3-x/
-http://xenomai.org/running-applications-with-xenomai-3-x/
-http://xenomai.org/migrating-from-xenomai-2-x-to-3-x/
-http://xenomai.org/documentation/xenomai-3/html/xeno3prm/index.html
-http://xenomai.org/troubleshooting-a-dual-kernel-configuration/
-http://xenomai.org/troubleshooting-a-single-kernel-configuration/
+https://xenomai.org/installing-xenomai-3-x/
+https://xenomai.org/building-applications-with-xenomai-3-x/
+https://xenomai.org/running-applications-with-xenomai-3-x/
+https://xenomai.org/migrating-from-xenomai-2-x-to-3-x/
+https://xenomai.org/documentation/xenomai-3/html/xeno3prm/index.html
+https://xenomai.org/troubleshooting-a-dual-kernel-configuration/
+https://xenomai.org/troubleshooting-a-single-kernel-configuration/
+
+Building from sources
+=====================
+
+Detailed instructions for building from sources are available at:
+https://xenomai.org/installing-xenomai-3-x/
+
+- GIT clone:
+
+  git://git.xenomai.org/xenomai-3.git
+  https://git.xenomai.org/xenomai-3.git
+  http://git.xenomai.org/xenomai-3.git
+
+  Once the repository is cloned, make sure to bootstrap the autoconf
+  system in the top-level directory by running script/bootstrap.  In
+  order to do this, you will need the GNU autotools installed on your
+  workstation.
+
+  If you intend to update the Xenomai code base, you may want to pass
+  --enable-maintainer-mode to the configure script for building, so
+  that autoconf/automake output files are automatically regenerated at
+  the next (re)build in case the corresponding templates have changed.
+
+- Tarballs:
+
+  http://download.gna.org/xenomai/
+
+  Source tarballs are self-contained and ready for building.


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://xenomai.org/mailman/listinfo/xenomai-git

Reply via email to