Giter Club home page Giter Club logo

libretro-crocods's Introduction

libretro-crocods

Build Status

~~Look for .kcr file format to use CrocoDS at its best: https://github.com/redbug26/crocods-core/wiki/kcr ~~

Install on Recalbox

  • SSH on your recalbox
  • Type the following command:
curl https://raw.githubusercontent.com/libretro/libretro-crocods/master/install_recalbox.sh | sh
  • Restart your recalbox
  • Choose crocods core in the Amstrad settings in Emulation Station

(Repeat each time you update your recalbox)

Build instructions on other systems

git clone https://github.com/libretro/libretro-crocods.git
cd libretro-crocods/
git submodule update --init --recursive

Compile for osX

make platform="osx" -j2 CC="cc" 

Compile for linux

make platform="linux" -j2 CC="cc" 

Compile for win (using mingw)

make platform="win" -j2 CC="cc"

Compile for raspberry (from Ubuntu)

sudo apt-get install gcc-arm-linux-gnueabihf make
make platform="unix" -j2 CC="arm-linux-gnueabihf-gcc"

libretro-crocods's People

Contributors

christianhaitian avatar inactive123 avatar paradadf avatar phcoder avatar redbug26 avatar webgeek1234 avatar yoshisuga avatar

Watchers

 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.