~dexter/parrot-pkg/maverick

« back to all changes in this revision

Viewing changes to docs/book/draft/appd_build_options.pod

  • Committer: Piotr Roszatycki
  • Date: 2011-01-11 14:34:28 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: piotr.roszatycki@gmail.com-20110111143428-s7pa7qz38m61o4tw
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
development tools. Windows systems can get the C<nmake> utility to perform the
24
24
same task.
25
25
 
26
 
=item * Subversion
 
26
=item * Git
27
27
 
28
 
Subversion is the source control system that is used by the Parrot project.
29
 
You need subversion to checkout the latest version of the source code. You can
30
 
get subversion at L<http://subversion.tigris.org>, or through one of the
 
28
Git is the source control system that is used by the Parrot project.
 
29
You need git to clone the latest version of the source code. You can
 
30
get git at L<http://git-scm.com>, or through one of the
31
31
common packaging systems.
32
32
 
33
33
=item * bison and flex
34
34
 
35
35
Bison and Flex are used to create the lexical analyzer and parser components
36
 
for the PIR compilers IMCC and PIRC. These are not necessary most of the time
37
 
unless you are planning to hack on IMCC and PIRC directly.
 
36
for the PIR compiler IMCC. These are not necessary most of the time
 
37
unless you are planning to hack on IMCC directly.
38
38
 
39
39
=item * ICU
40
40