Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ianj-als/pcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Johnson <ian.johnson@appliedlanguage.com>2013-07-09 21:41:02 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2013-07-09 21:41:02 +0400
commitf2a2fc9eed3bdc6526797b1ebb0b5e042029939f (patch)
treef925c1f38ac65e0bf8b6a6782bd9411217654718
parent1c58614429fad92bd69f81eb918d7314cc3a5fa2 (diff)
PLY dependency instructions
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 06c57ac..9e3f610 100644
--- a/README.md
+++ b/README.md
@@ -6,3 +6,8 @@ Pipeline creation language compiler and run-time.
pcl is licensed using the [GNU Lesser General Public License Version 3](http://www.gnu.org/licenses/lgpl.txt).
This project was developed as part of the [MosesCore FP7 Project](http://www.statmt.org/mosescore/).
+
+Dependencies
+------------
+
+The PCL compiler depends on [PLY](http://www.dabeaz.com/ply/) v3.4 which is a lexing and parsing library. You can install this either by downloading the [PLY-3.4](http://www.dabeaz.com/ply/ply-3.4.tar.gz) tarball and follow the instructions. Or, run `sudo easy_install ply`.