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
commitf1b91f104650fb06ccaf924051cdeee818ba4417 (patch)
treeffb56b8fe2407a50bfd4083b1c5e75c0699187a9
parentb8edc9cbfd5bac9da0e80ce004dce621698a10ec (diff)
parentf41ef3bb0dec462436483bc9a713e0155cbc2eef (diff)
moin2iki: Importing Moin history for page Building
-rw-r--r--Building.moin10
1 files changed, 10 insertions, 0 deletions
diff --git a/Building.moin b/Building.moin
new file mode 100644
index 0000000..3a1a8f9
--- /dev/null
+++ b/Building.moin
@@ -0,0 +1,10 @@
+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 }}}