~ubuntu-branches/ubuntu/wily/phabricator/wily

« back to all changes in this revision

Viewing changes to libphutil/src/docs/article/developing_xhpast.diviner

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2015-06-13 10:52:10 UTC
  • mfrom: (0.30.1) (0.29.1) (0.17.4) (2.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20150613105210-5uirr7tvnk0n6e6y
Tags: 0~git20150613-1
* New snapshot release (closes: #787805)
* fixed typo in logrotate script (closes: #787645)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
= XHPAST Development Builds =
7
7
 
8
 
To develop XHPAST, you need to install flex and bison. These install out of most
9
 
package systems, with the caveat that you need flex 2.3.35 (which is NEWER than
10
 
flex 2.3.4) and some package systems don't have it yet. If this is the case
11
 
for you, you can grab the source here:
 
8
To develop XHPAST, you need to install flex and bison. These install out of
 
9
most package systems, with the caveat that you need flex 2.3.35 (which is NEWER
 
10
than flex 2.3.4) and some package systems don't have it yet. If this is the
 
11
case for you, you can grab the source here:
12
12
 
13
13
  http://flex.sourceforge.net/
14
14
 
15
 
When building, run "make scanner parser all" instead of "make" to build the
 
15
When building, run `make scanner parser all` instead of `make` to build the
16
16
entire toolchain. By default the scanner and parser are not rebuild, to avoid
17
17
requiring normal users to install flex and bison.