aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-09-06 14:36:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-09-06 14:36:21 -0400
commitca4eb842a4c7aa491c266e79ee1e1b340615ba01 (patch)
tree9b371e360c783209b8c72972b632ae74a2e3e01d
parent92f490383a5e4b3b08b09a607f1cee1e353c23b8 (diff)
add json to build scripts
-rw-r--r--doc/bugs/Build_error_on_Mac_OSX_10.6.mdwn2
-rw-r--r--doc/install/Fedora.mdwn1
-rw-r--r--doc/install/OSX.mdwn1
3 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/Build_error_on_Mac_OSX_10.6.mdwn b/doc/bugs/Build_error_on_Mac_OSX_10.6.mdwn
index 61c87b56a..43fb0323c 100644
--- a/doc/bugs/Build_error_on_Mac_OSX_10.6.mdwn
+++ b/doc/bugs/Build_error_on_Mac_OSX_10.6.mdwn
@@ -7,3 +7,5 @@ Utility/JSONStream.hs:14:8:
Could not find module `Text.JSON':
Use -v to see a list of the files searched for.
make: *** [git-annex] Error 1
+
+> Updated the instructions. [[done]] --[[Joey]]
diff --git a/doc/install/Fedora.mdwn b/doc/install/Fedora.mdwn
index 0c1da2e6a..17b863521 100644
--- a/doc/install/Fedora.mdwn
+++ b/doc/install/Fedora.mdwn
@@ -11,6 +11,7 @@ sudo cabal install SHA
sudo cabal install dataenc
sudo cabal install monad-control
sudo cabal install HTTP
+sudo cabal install json
sudo cabal install hS3
git clone git://git-annex.branchable.com/
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn
index 983ac3a2f..12502e090 100644
--- a/doc/install/OSX.mdwn
+++ b/doc/install/OSX.mdwn
@@ -13,6 +13,7 @@ sudo cabal install SHA
sudo cabal install dataenc
sudo cabal install monad-control
sudo cabal install HTTP
+sudo cabal install json
sudo cabal install hS3 # optional
# optional: this will enable the gnu tools, (to give sha224sum etc..., it does not override the BSD userland)