Giter VIP home page Giter VIP logo

nestopia's Introduction

This project is a fork of the original Nestopia source code, plus the Linux port. The purpose of the project is to enhance the original, and ensure it continues to work on modern operating systems.

The following platforms are supported:

  • Linux, FreeBSD, OpenBSD, NetBSD, OS X, Windows
  • Anything supported by libretro

Building with CMake

In order to build with CMake:

mkdir BUILD
cd BUILD
cmake -DCMAKE_INSTALL_PREFIX=<INSTALLATION PREFIX> ..
make -j<NUMBER OF CORES>

and optionally:

make install

The CMake build system can also be used with Ninja by adding -GNinja to the cmake line.

Building with Autotools

In order to build with Autotools:

mkdir BUILD
cd BUILD
../configure --prefix=<INSTALLATION PREFIX>
make -j<NUMBER OF CORES>

and optionally:

make install

in order to bootstrap the Autotools you will need

  1. Autoconf; latest 2.69 release (http://www.gnu.org/software/autoconf/)

    GNU Autoconf produces the ./configure script from configure.ac.

  2. Automake; latest 1.15 release (http://www.gnu.org/software/automake/)

    GNU Automake produces the Makefile.in precursor, that is processed with ./configure to yield the final Makefile.

  3. Autoconf Archive; latest 2016.09.16 release (http://www.gnu.org/software/autoconf-archive/)

    The configure.ac requires a number of m4 macros from the Autoconf archive.

nestopia's People

Contributors

rdanbrook avatar inactive123 avatar monroe88 avatar skitt avatar soapgentoo avatar aliaspider avatar fr500 avatar lioncash avatar andres-asm avatar fabiengb avatar tatsuya79 avatar sergiobenrocha2 avatar vanfanel avatar dalter avatar perilsensitive avatar matthewbauer avatar arakerlu avatar eadmaster avatar alcaro avatar bentley avatar arktronic avatar catalystg avatar lasermoai avatar koitsu avatar tomyun avatar steelywing avatar clobber avatar hizzlekizzle avatar trickart avatar

Watchers

James Cloos avatar 0xcb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.