summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/Linux_standalone.mdwn3
-rw-r--r--doc/install/Linux_standalone/comment_3_eaa9b0532d4629b61f3a684886b1d4f9._comment7
-rw-r--r--doc/install/Linux_standalone/comment_4_070689ea45739d06260da07d1369dff9._comment7
-rw-r--r--doc/install/fromsource.mdwn7
4 files changed, 19 insertions, 5 deletions
diff --git a/doc/install/Linux_standalone.mdwn b/doc/install/Linux_standalone.mdwn
index 4d0a1c096..223c8189b 100644
--- a/doc/install/Linux_standalone.mdwn
+++ b/doc/install/Linux_standalone.mdwn
@@ -26,8 +26,7 @@ linux systems.
* [[forum_thread|forum/new_linux_arm_tarball_build]]
The build for ancient kernels is for use with Linux kernel versions
-such as 2.6.32. It is missing some features, like SHA3 support and
-the webapp. It will work on both 32 and 64 bit systems.
+such as 2.6.32. It will work on both 32 and 64 bit systems.
## autobuilds
diff --git a/doc/install/Linux_standalone/comment_3_eaa9b0532d4629b61f3a684886b1d4f9._comment b/doc/install/Linux_standalone/comment_3_eaa9b0532d4629b61f3a684886b1d4f9._comment
new file mode 100644
index 000000000..62ab93ca8
--- /dev/null
+++ b/doc/install/Linux_standalone/comment_3_eaa9b0532d4629b61f3a684886b1d4f9._comment
@@ -0,0 +1,7 @@
+[[!comment format=mdwn
+ username="nasava"
+ subject="Ancient variant for Armel"
+ date="2016-03-08T22:02:29Z"
+ content="""
+I have a NAS running Linux Kernel 2.6.36 unfortunately not possible updating it. The newest standalone build complains about \"kernel too old\". Is there a variant somewhere for ancient armel also like for x86_32? Or how can I build one?
+"""]]
diff --git a/doc/install/Linux_standalone/comment_4_070689ea45739d06260da07d1369dff9._comment b/doc/install/Linux_standalone/comment_4_070689ea45739d06260da07d1369dff9._comment
new file mode 100644
index 000000000..61ed0ff34
--- /dev/null
+++ b/doc/install/Linux_standalone/comment_4_070689ea45739d06260da07d1369dff9._comment
@@ -0,0 +1,7 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 4"""
+ date="2016-03-09T17:16:54Z"
+ content="""
+I've opened a todo, [[todo/add_ancient_armel_build]]
+"""]]
diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn
index 85df28194..ef8482edd 100644
--- a/doc/install/fromsource.mdwn
+++ b/doc/install/fromsource.mdwn
@@ -73,8 +73,8 @@ to be broken from time to time.
Inside the source tree, run:
- cabal install -j -f"-assistant -webapp -webdav -pairing -xmpp -dns" --only-dependencies
- cabal configure -f"-assistant -webapp -webdav -pairing -xmpp -dns"
+ cabal install -j -f"-assistant -webapp -webdav -pairing -xmpp -dns -dbus -magicmime" --only-dependencies
+ cabal configure -f"-assistant -webapp -webdav -pairing -xmpp -dns -dbus -magicmime"
cabal build -j
PATH=$HOME/bin:$PATH
cabal install --bindir=$HOME/bin
@@ -98,4 +98,5 @@ Once the C libraries are installed, run inside the source tree:
When building with cabal, you can optionally enable the
[[EKG monitoring interface|ekg]]. This is great for debugging resource
-usage problems. Just pass `-f+EKG` to `cabal configure`
+usage problems, but not for general-purpose builds.
+Just pass `-f+EKG` to `cabal configure`