Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
re-fix section numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolateboy committed Jul 14, 2012
1 parent 6c4e1f5 commit 281930e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions BUILD.md
Expand Up @@ -39,15 +39,15 @@ Full instructions


First all required software has to be installed: First all required software has to be installed:


1. Download and install Java JDK (JRE is not enough): 1\. Download and install Java JDK (JRE is not enough):


* (Windows) http://www.oracle.com/technetwork/java/javase/downloads/index.html * (Windows) http://www.oracle.com/technetwork/java/javase/downloads/index.html
- Be sure to remember the install location. - Be sure to remember the install location.
* (Linux) `sudo apt-get install sun-java6-jdk` * (Linux) `sudo apt-get install sun-java6-jdk`
* (Mac OSX) https://developer.apple.com/downloads/index.action?name=for%20Xcode%20- * (Mac OSX) https://developer.apple.com/downloads/index.action?name=for%20Xcode%20-
- Look for java Developer Package - Look for java Developer Package


2. Download and install Git: 2\. Download and install Git:


* (Windows) http://code.google.com/p/msysgit/downloads/list * (Windows) http://code.google.com/p/msysgit/downloads/list
- For the "Adjusting your PATH environment" section, select - For the "Adjusting your PATH environment" section, select
Expand All @@ -59,15 +59,15 @@ First all required software has to be installed:
- If you are using brew (http://mxcl.github.com/homebrew/) you just have - If you are using brew (http://mxcl.github.com/homebrew/) you just have
to do 'brew install git' to do 'brew install git'


3. Download and extract Maven: 3\. Download and extract Maven:


* (Windows) http://maven.apache.org/download.html * (Windows) http://maven.apache.org/download.html
* (Linux) `sudo apt-get install maven3` * (Linux) `sudo apt-get install maven3`
* (Mac OSX) (nothing to do, automatically installed with java for XCode in step 1) * (Mac OSX) (nothing to do, automatically installed with java for XCode in step 1)


Be sure to remember the extract location. Be sure to remember the extract location.


4. Set environment variables (create new variables or append the value if the 4\. Set environment variables (create new variables or append the value if the
variable already exists): variable already exists):


* (Windows) * (Windows)
Expand All @@ -78,24 +78,24 @@ First all required software has to be installed:
* (Linux) (nothing to do) * (Linux) (nothing to do)
* (Mac OSX) (nothing to do) * (Mac OSX) (nothing to do)


5. Download the PMS source code by cloning the GitHub repository: 5\. Download the PMS source code by cloning the GitHub repository:


git clone git://github.com/ps3mediaserver/ps3mediaserver.git git clone git://github.com/ps3mediaserver/ps3mediaserver.git
cd ps3mediaserver cd ps3mediaserver


6. Resolve and install external libraries needed by the build process: 6\. Resolve and install external libraries needed by the build process:


mvn com.savage7.maven.plugins:maven-external-dependency-plugin:resolve-external mvn com.savage7.maven.plugins:maven-external-dependency-plugin:resolve-external
mvn com.savage7.maven.plugins:maven-external-dependency-plugin:install-external mvn com.savage7.maven.plugins:maven-external-dependency-plugin:install-external


At this point all required software packages are present. At this point all required software packages are present.
PMS is now ready to be built. PMS is now ready to be built.


7. Update to the latest source (optional): 7\. Update to the latest source (optional):


git pull git pull


8. Compile the latest version of PMS: 8\. Compile the latest version of PMS:


mvn package mvn package


Expand Down

0 comments on commit 281930e

Please sign in to comment.