Update linux.md

This commit is contained in:
Andrea 2020-12-12 13:48:33 +00:00 committed by Andrea Odetti
parent 94b7d66096
commit 66b62ecca1

View file

@ -6,6 +6,7 @@
* [applen](#applen)
* [qapple](#qapple)
* [sa2](#sa2)
* [libretro](#ra2)
* [Build](#build)
* [Checkout](#checkout)
* [Fedora](#fedora)
@ -88,6 +89,16 @@ This is based on Qt, currently tested with 5.10
See [sa2](source/frontends/sa2/README.md).
### ra2
There is an initial [libretro](https://docs.libretro.com/development/cores/developing-cores/) core, with minimal keyboard support and upside down video.
Must be manually configured:
``cmake -DLIBRETRO_PATH=/path/to/libretro-common``
Easiest way to run from the ``build`` folder:
``retroarch -L source/frontends/retro/libra2.so ../Disks/NoSlotClockTest.dsk``
## Build
The project can be built using cmake from the top level directory.