diff --git a/README.md b/README.md index d5f155f7c..6bff98494 100644 --- a/README.md +++ b/README.md @@ -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`