Created
October 16, 2013 11:54
-
-
Save 1951FDG/37d3fe3f0111924895aa to your computer and use it in GitHub Desktop.
PS3 Media Server / Universal Media Server
This file contains hidden or 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
2011-07-06 - 1.30.1 | |
svn update -r777 /untitled\ folder/ps3mediaserver/osx/mplayer | |
svn checkout -r777 http://ps3mediaserver.googlecode.com/svn/trunk/ps3mediaserver | |
rm -rv /Applications/PS3\ Media\ Server.app | |
rm -rv /Users/administrator/Library/Application\ Support/PMS | |
rm -rv /Users/administrator/Library/Application\ Support/PS3\ Media\ Server | |
cd /Volumes/Untitled/Users/administrator/Developer | |
svn checkout http://ps3mediaserver.googlecode.com/svn/trunk/ps3mediaserver | |
cd ps3mediaserver/osx | |
ant DMG | |
mv pms-macosx-1.31.0.dmg /Users/administrator/Downloads/untitled\ folder\ 8 | |
cd /Volumes/Untitled/Users/administrator/Developer | |
git clone git://github.com/UniversalMediaServer/UniversalMediaServer.git | |
cd UniversalMediaServer | |
../apache-maven-3.0.4/bin/mvn -q com.savage7.maven.plugins:maven-external-dependency-plugin:resolve-external | |
../apache-maven-3.0.4/bin/mvn -q com.savage7.maven.plugins:maven-external-dependency-plugin:install-external | |
../apache-maven-3.0.4/bin/mvn -q clean -P osx package | |
open target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment