Difference between revisions of "Emulator:Supermodel:Compiling"

From Wah!ki
Jump to navigation Jump to search
Line 19: Line 19:
  
 
== Packages  ==
 
== Packages  ==
<blockquote>
+
Setup your system for compiling
# sudo apt-get install build-essential<br> # sudo apt-get install libglew1.5-dev libsdl1.2-dev zlib1g-dev<br>
+
<pre>
 +
#sudo apt-get install build-essential
 +
# sudo apt-get install libglew1.5-dev libsdl1.2-dev zlib1g-dev
 +
</pre>
  
<br># wget http://www.trzy.org/Supermodel/Files/Supermodel_0.1.2a_Src.zip<br># unzip Supermodel_0.1.2a_Src.zip<br># cd Supermodel_0.1.2a_Src/<br># cp Makefiles/Makefile.SDL.UNIX.GCC makefile<br># make<br>
+
== Compile the source  ==
 +
Download and compile the source
 +
<pre>
 +
# wget http://www.trzy.org/Supermodel/Files/Supermodel_0.1.2a_Src.zip
 +
# unzip Supermodel_0.1.2a_Src.zip
 +
# cd Supermodel_0.1.2a_Src/
 +
# cp Makefiles/Makefile.SDL.UNIX.GCC makefile
 +
# make
 +
<pre>  
  
<br>
+
== Test the emulator  ==
 +
<pre>
 +
    # ./Supermodel -print-games
 +
    Supermodel: A Sega Model 3 Arcade Emulator (Version 0.1.2a)
 +
    Copyright (C) 2011 by Bart Trzynadlowski
  
# ./Supermodel -print-games<br>Supermodel: A Sega Model 3 Arcade Emulator (Version 0.1.2a)<br>Copyright (C) 2011 by Bart Trzynadlowski
+
    Supported games:
  
Supported games:
+
        ROM Set        Title
 +
        -------        -----
 +
        vf3            Virtua Fighter 3
 +
        lemans24      Le Mans 24
 +
        scud          Scud Race
 +
        scudp          Scud Race Plus
 +
        lostwsga      The Lost World
 +
        von2          Virtual On Oratorio Tangram
 +
        vs298          Virtua Striker 2 '98
 +
        srally2        Sega Rally 2
 +
        daytona2      Daytona USA 2
 +
        dayto2pe      Daytona USA 2 Power Edition
 +
        fvipers2      Fighting Vipers 2
 +
        harley        Harley Davidson & L.A. Riders
 +
        lamachin      L.A. Machineguns
 +
        oceanhun      The Ocean Hunter
 +
        swtrilgy      Star Wars Trilogy
 +
        eca            Emergency Car Ambulance
  
ROM Set Title<br> ------- -----<br> vf3 Virtua Fighter 3<br> lemans24 Le Mans 24<br> scud Scud Race<br> scudp Scud Race Plus<br> lostwsga The Lost World<br> von2 Virtual On Oratorio Tangram<br> vs298 Virtua Striker 2 '98<br> srally2 Sega Rally 2<br> daytona2 Daytona USA 2<br> dayto2pe Daytona USA 2 Power Edition<br> fvipers2 Fighting Vipers 2<br> harley Harley Davidson &amp; L.A. Riders<br> lamachin L.A. Machineguns<br> oceanhun The Ocean Hunter<br> swtrilgy Star Wars Trilogy<br> eca Emergency Car Ambulance<br>
+
</pre>
</blockquote>
+
<br>  
 +
 
[[Category:Emulator]]
 
[[Category:Emulator]]

Revision as of 21:10, 1 November 2011

About

Compile Guide for Supermodel

Versions

Supermodel Dist-Name Dist-Ver
0.1.2a Ubuntu 10.04.X
0.2a Ubuntu 10.04.X

Packages

Setup your system for compiling

#sudo apt-get install build-essential
# sudo apt-get install libglew1.5-dev libsdl1.2-dev zlib1g-dev

Compile the source

Download and compile the source

# wget http://www.trzy.org/Supermodel/Files/Supermodel_0.1.2a_Src.zip
# unzip Supermodel_0.1.2a_Src.zip
# cd Supermodel_0.1.2a_Src/
# cp Makefiles/Makefile.SDL.UNIX.GCC makefile
# make
<pre> 

== Test the emulator  ==
<pre>
    # ./Supermodel -print-games
    Supermodel: A Sega Model 3 Arcade Emulator (Version 0.1.2a)
    Copyright (C) 2011 by Bart Trzynadlowski

    Supported games:

        ROM Set        Title
        -------        -----
        vf3            Virtua Fighter 3
        lemans24       Le Mans 24
        scud           Scud Race
        scudp          Scud Race Plus
        lostwsga       The Lost World
        von2           Virtual On Oratorio Tangram
        vs298          Virtua Striker 2 '98
        srally2        Sega Rally 2
        daytona2       Daytona USA 2
        dayto2pe       Daytona USA 2 Power Edition
        fvipers2       Fighting Vipers 2
        harley         Harley Davidson & L.A. Riders
        lamachin       L.A. Machineguns
        oceanhun       The Ocean Hunter
        swtrilgy       Star Wars Trilogy
        eca            Emergency Car Ambulance