From f04ddad94ff8f548901d9ff6369e110ac2e4c99b Mon Sep 17 00:00:00 2001 From: deviato Date: Wed, 14 Jun 2023 19:47:33 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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`