From 78fd0f6bbc66a084838a265b558a1b0a8a0aa912 Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 13 Jun 2011 07:58:02 -0700 Subject: [PATCH] Remove flex/bison section from installation guide Summary: You don't need these anymore after D444. Test Plan: Generated documentation. Reviewed By: aran Reviewers: toulouse, jungejason, tuomaspelkonen, aran CC: aran Differential Revision: 445 --- src/docs/installation_guide.diviner | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/src/docs/installation_guide.diviner b/src/docs/installation_guide.diviner index c0d2107992..a300b4f798 100644 --- a/src/docs/installation_guide.diviner +++ b/src/docs/installation_guide.diviner @@ -42,14 +42,7 @@ Now that you have git installed, grab Phabricator and its dependencies: somewhere/ $ cd phabricator somewhere/phabricator/ $ git submodule update --init -= Installing Optional Components = - -These components are optional and Phabricator will work without them, but works -better if they are installed. You should read each section and decide if you -want to install the component. At a minimum, **APC** will greatly improve -performance. - -== APC == += Installing APC (Optional) = Like everything else written in PHP, Phabricator will run much faster with APC installed. You likely need to install "pcre-devel" first: @@ -79,19 +72,6 @@ If it doesn't show up, add: ..to "/etc/php.d/apc.ini" or the "php.ini" file indicated by "php -i". -== Flex 2.5.35 / Bison == - -If you want to build XHPAST (an XHP parser, which is required for developing -libphutil or Arcanist), you also need flex 2.5.35, which is a NEWER version -than flex 2.5.4. At the time of writing, most packaging systems don't have flex -2.5.35 available. You can get it from here and compile it manually: - - http://flex.sourceforge.net/ - -Then install bison normally: - - sudo yum install bison - = Next Steps = Continue by: