Difference between revisions of "Compiling ScummVM/PlayStation 2"

Jump to navigation Jump to search
(Update instructions for Git. Fix some upper/lower case)
 
(One intermediate revision by the same user not shown)
Line 54: Line 54:
     make
     make


     // sjcpm & tremor
     // Tremor (unoptimized)
     [ the porter will have to provide these as they are specially optimized versions for the PS2
    mkdir tremor
      You can contact him at sunmax@libero.it]
    cd tremor
    svn co http://svn.xiph.org/trunk/Tremor/
    make
     [For a PS2 optimized version of Tremor, please contact the porter at sunmax@libero.it]


    // sjcpm (unoptimized)
    mkdir ps2_sdk_old
    cd ps2_sdk_old
    git clone https://github.com/AzagraMac/PS2_SDK.git
    cd isjcpm
    make
    [For a PS2 optimized version of sjcpm, please contact the porter at sunmax@libero.it]


= e. get ScummVM =
= e. get ScummVM =
Line 65: Line 75:
-or-
-or-


<syntaxhighlight type="bash"git clone -b branch-1-7-0 https://github.com/scummvm/scummvm.git</syntaxhighlight>
<syntaxhighlight type="bash">git clone -b branch-1-7-0 https://github.com/scummvm/scummvm.git</syntaxhighlight>
    
    
<syntaxhighlight type="bash">cd trunk/backends/platform/ps2</syntaxhighlight>
<syntaxhighlight type="bash">cd trunk/backends/platform/ps2</syntaxhighlight>
1,489

edits

Navigation menu