Difference between revisions of "Emulator:Supermodel:Compiling"

From Wah!ki
Jump to navigation Jump to search
(Created page with "== About == Compile Guide for [http://www.trzy.org/Supermodel/ Supermodel] == Versions == {| class="wikitable" width="100%" |- ! width="33%" | Supermodel ! width="33%" | Dist-Na...")
 
Line 18: Line 18:
 
|}
 
|}
  
== Packages ==
+
== Packages ==
 +
<blockquote>
 +
# sudo apt-get install build-essential<br> # sudo apt-get install libglew1.5-dev libsdl1.2-dev zlib1g-dev<br>
  
 +
<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>
 +
 +
<br>
 +
 +
# ./Supermodel -print-games<br>Supermodel: A Sega Model 3 Arcade Emulator (Version 0.1.2a)<br>Copyright (C) 2011 by Bart Trzynadlowski
 +
 +
Supported games:
 +
 +
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>
 +
</blockquote>
 
[[Category:Emulator]]
 
[[Category:Emulator]]

Revision as of 20:56, 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

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


# 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


  1. ./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