Skip to content

Commit

Permalink
Separate download and build logic, added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ikarsokolov committed Feb 6, 2012
1 parent 60657fd commit a4c221c
Show file tree
Hide file tree
Showing 3 changed files with 847 additions and 152 deletions.
21 changes: 21 additions & 0 deletions contrib/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# BUILD PMS BINARIES

These scripts are only meant for enthusiasts that want to bundle their PMS with custom built versions of libraries and tools, replacing the standard versions shipped with the regular PMS distribution.

## Downloading (and updating) sources

contrib/download-pms-binaries-source.sh

Sources archives will be strored in _target/bin-tools/src/_

## Building bainaries

contrib/build-pms-binaries.sh

Search _target/bin-tools/target/bin/_ for compiled binaries and _target/bin-tools/target/lib/_ for libs

## Cleaning up

rm -rf target/bin-tools/build/
rm -rf target/bin-tools/target/

Loading

0 comments on commit a4c221c

Please sign in to comment.