From ec1b86a498cca0506bb97467a3bbba87304a5e85 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 16 Mar 2022 19:19:28 +0000 Subject: [PATCH] Update README to mention where to find releases Signed-off-by: falkTX --- README.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c30bfc7..c0f3336 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ But a couple of modules background's have their colors flipped, because damn we ![screenshot](docs/Screenshot_Carla+Ildaeil.png "Screenshot") + ## Current status With the exception of a few bugs, Cardinal can be considered stable. @@ -78,12 +79,25 @@ Though currently the following should be noted: - VST3 support incomplete/experimental [#41](https://github.com/DISTRHO/Cardinal/issues/41) - Windows 32bit builds do not work well [#80](https://github.com/DISTRHO/Cardinal/issues/80) -### Current builds +### Stable release + +Cardinal releases have official builds for Linux, macOS and Windows. +You can find these under https://github.com/DISTRHO/Cardinal/releases. + +There are Linux builds for various architectures (armhf, arm64, i686 and x86_64), macOS "universal" (arm64 + intel) and Windows 32 and 64bit builds. +Both macOS and Windows builds have an installer. + +Install instructions are available [here](https://github.com/DISTRHO/Cardinal/wiki/Install). + +Note: Neither the macOS or Windows builds are signed, so expect warnings saying they are from an "untrusted developer". + +### Nightly builds -If you want to try this out early, checkout the [GitHub actions tab](https://github.com/DISTRHO/Cardinal/actions/workflows/build.yml). -There is absolutely no warranty, use at your own risk and all that... +You can find builds for pretty much any recent Cardinal commit [here](https://github.com/DISTRHO/Cardinal/actions/workflows/build.yml). +Just click on any successful build, and scroll to the bottom to find the builds. +(note the canvas-like area in the middle prevents mouse wheel scrolling) -Basic building instructions are available in [BUILDING.md](docs/BUILDING.md) +A GitHub account is required in order to download these builds. ### Community chat