Welcome to CAPE (Computer and Processor Emulator)


1. How to Build
2. How to Run

1. How to Build
===============

Get the source code first from https://bitbucket.org/vstamate/cape-public

Windows
-------

Get the SDL 2 package from here: http://libsdl.org/download-2.0.php

There is a Visual Studio 2015 solution at win/CAPE.sln

Mac OSX
-------

Get the SDL 2 package from here: http://libsdl.org/download-2.0.php

There is a Xcode project at osx/CAPE.xcodeproject

Linux
-----

Get SDL 2 by running "sudo apt-get install libsdl2-dev"

Go to "linux" folder then run "make; make clean"


2. How to Run
=============

To run you can either use the GUI (CAPEGUI.jar) or run from command line the executable itself.

To launch with a given configuration
CAPE.exe <config file>

To benchmark your system
CAPE.exe --benchmark <config file>

For more information always check the website at https://sites.google.com/site/capex86/

