Update README.md

This commit is contained in:
deviato 2023-06-14 19:47:33 +02:00 committed by flyinghead
parent b4e5af6346
commit f04ddad94f
1 changed files with 13 additions and 0 deletions

View File

@ -48,3 +48,16 @@ Grab the latest build from [**the builds page**](https://flyinghead.github.io/fl
Get fresh builds for your system [**on the builds page**](https://flyinghead.github.io/flycast-builds/).
**New:** Now automated test results are available as well.
### Build instructions:
`git clone https://github.com/flyinghead/flycast.git`
`cd flycast`
`git submodule update --init --recursive`
`mkdir build && cd build`
`cmake ..`
`make`