summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-13 17:49:25 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-13 17:49:25 -0700
commit1e3140d9e42a3651a28c82b129b3b40968c957fd (patch)
tree93d99ba40b850d2fd2fa3b2cc78826d079fb71c4
parentf1b91f104650fb06ccaf924051cdeee818ba4417 (diff)
moin2mdwn: convert page Building
-rw-r--r--Building.mdwn15
-rw-r--r--Building.moin10
2 files changed, 15 insertions, 10 deletions
diff --git a/Building.mdwn b/Building.mdwn
new file mode 100644
index 0000000..61b7417
--- /dev/null
+++ b/Building.mdwn
@@ -0,0 +1,15 @@
+
+Start by [[GettingTheCode|GettingTheCode]].
+
+
+# Dependencies
+
+* a C++ compiler with the standard library
+* boost
+* libjpeg
+There build system is based on Automake.
+
+
+# Using automake:
+
+` $ ./autogen.sh ; make `
diff --git a/Building.moin b/Building.moin
deleted file mode 100644
index 3a1a8f9..0000000
--- a/Building.moin
+++ /dev/null
@@ -1,10 +0,0 @@
-Start by GettingTheCode.
-
-= Dependencies =
- * a C++ compiler with the standard library
- * boost
- * libjpeg
-There build system is based on Automake.
-
-= Using automake: =
-{{{ $ ./autogen.sh ; make }}}