Updated Branches:
  refs/heads/1964-feature-fauxton-build f318f8042 -> d0bcd6652


Add docs for texlive


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/d0bcd665
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d0bcd665
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d0bcd665

Branch: refs/heads/1964-feature-fauxton-build
Commit: d0bcd665275f65659a329b8023a4046b94e166e9
Parents: f318f80
Author: Noah Slater <[email protected]>
Authored: Sat Dec 14 16:28:53 2013 +0100
Committer: Noah Slater <[email protected]>
Committed: Sat Dec 14 16:28:53 2013 +0100

----------------------------------------------------------------------
 DEVELOPERS | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/d0bcd665/DEVELOPERS
----------------------------------------------------------------------
diff --git a/DEVELOPERS b/DEVELOPERS
index 84ccb9e..6461184 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -112,6 +112,12 @@ Download MaxTeX from here:
 
 Follow the instructions to get a working LaTeX install on your system.
 
+Add a line like this to your `.bash_profile` file:
+
+    PATH=/usr/local/texlive/2013/bin/x86_64-darwin:$PATH
+
+Modify this to match your texlive instalation.
+
 Windows
 ~~~~~~~
 
@@ -145,6 +151,9 @@ cd src/fauxton
 Install all dependencies
 npm install
 
+# this needs to be run locally before the build, or you need this stuff
+globally
+
 (Optional) To avoid a npm global install
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 

Reply via email to