https://github.com/clems71/libretro-cores
https://github.com/clems71/libretro-cores
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clems71/libretro-cores
- Owner: clems71
- Created: 2016-02-24T23:18:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T23:19:07.000Z (over 10 years ago)
- Last Synced: 2025-08-25T20:03:48.530Z (10 months ago)
- Language: CMake
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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