forked from ps3mediaserver/ps3mediaserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate download and build logic, added documentation
- Loading branch information
1 parent
60657fd
commit a4c221c
Showing
3 changed files
with
847 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
|
Oops, something went wrong.