commit dba2e9a19f01619b119fd14298c9ae1d1ddb11ec
parent e9cdc4605bc6d0bcce0a3d2c9e3f1055bbcca5f3
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date: Mon, 1 Nov 2021 22:44:16 +0100
Update README and github actions
Diffstat:
2 files changed, 3 insertions(+), 31 deletions(-)
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
@@ -37,22 +37,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- # - name: Download and install Boost
- # uses: MarkusJx/install-boost@v1.0.1
- # id: install-boost
- # with:
- # boost_version: 1.73.0
-
- # - name: Install Qt
- # uses: jurplel/install-qt-action@v2.13.2
- # id: install-qt
- # with:
- # version: 6.0.1
-
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
- run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DENABLE_CLAP_GLUE=TRUE -DENABLE_CLAP_HOST=FALSE -DENABLE_CLAP_PLUGINS=FALSE -DENABLE_CLAP_GUI=FALSE
+ run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build
# Build your program with the given configuration
diff --git a/README.md b/README.md
@@ -86,20 +86,5 @@ and use to get a basic plugin experience:
## Examples
-Visit the [examples](examples) folder.
-
-## Building on various platforms
-
-### macOS
-
-To build the example host on macOS you need a few extra libraries, qt6, boost, portmidi and portaudio.
-These are all available by homebrew and the CMake setup will find them assuming a standard
-(/usr/local) homebrew setup. Before your first build do
-
-```shell
-brew install qt6
-brew install boost
-brew install portaudio
-brew install portmidi
-brew install pkgconfig
-```
-\ No newline at end of file
+- [clap-host](https://github.com/free-audio/clap-host)
+- [clap-plugins](https://github.com/free-audio/clap-plugins)