An open API service indexing awesome lists of open source software.

https://github.com/clems71/libretro-cores


https://github.com/clems71/libretro-cores

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

## Build for host system (linux x86)

mkdir build && cd build && cmake .. && make

## Build for ARM board

mkdir build && cd build
CC=arm-none-linux-gnueabi-gcc CXX=arm-none-linux-gnueabi-g++ cmake ..
make