Skip to content

Commit

Permalink
Merge pull request #4 from QwertyManiac/patch-1
Browse files Browse the repository at this point in the history
Update README to indicate lzo lib dependency.
  • Loading branch information
toddlipcon committed Mar 28, 2012
2 parents 2991c7d + 365f62d commit 335fea4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Requirements:
- subversion
- java (preferably sun's JDK)
- JAVA_HOME must be set in your environment
- appropriate package building tools for your platform
- yum install rpm-build (RedHat based)
- apt-get install dev-scripts (Debian based)
- appropriate package building tools and lzo libs for your platform
- yum install rpm-build lzo-devel (RedHat based)
- apt-get install dev-scripts liblzo2-dev (Debian based)
- ant version 1.7.0 or greater (RedHat will require some fiddling[1])

When you try to build for your platform, build dependency errors will also
Expand Down

0 comments on commit 335fea4

Please sign in to comment.