diff --git a/COMPILING.md b/COMPILING.md index f907575ed0..c6ac38b098 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -95,7 +95,7 @@ If you build with *ASIO* support, you'll need the [ASIO development files](https ### Compiling only 1. Create a folder under `\libs` called ASIOSDK2 -1. Download the [ASIOSDK](https://www.steinberg.net/asiosdk), open the top level folder in the .zip file and copy the contents into `[\path\to\jamulus\source]\libs\ASIOSDK2` if not already done, open the top level folder in the .zip file and copy the contents into `[\path\to\jamulus\source]\libs\ASIOSDK2` so that, e.g., the folder `[\path\to\jamulus\source]\libs\ASIOSDK2\common` exists +1. Download the [ASIOSDK](https://www.steinberg.net/asiosdk), open the top level folder in the .zip file and copy the contents into `[\path\to\jamulus\source]\libs\ASIOSDK2` so that, e.g., the folder `[\path\to\jamulus\source]\libs\ASIOSDK2\common` exists 1. Open Jamulus.pro in Qt Creator, configure the project with a default kit, then compile & run If you want to work with Visual Studio, run `qmake -tp vc Jamulus.pro` to generate the `vcxproj` file which enables you to test, debug and build Jamulus via Visual Studio. @@ -166,7 +166,7 @@ If you want to build the installer, please run the `deploy_mac.sh` script: `./ma **Note:** -- If have a free Apple Developer Account, you can use it as a "Personal Team": +- If you have a free Apple Developer Account, you can use it as a "Personal Team": - Set it up under Xcode Menu->Preferences->Accounts. - Then choose a Bundle Identifier at your choice in the relevant field in the "General" Tab (in section "Identity") - Now click on the "Signing & Capabilities" tab. In the section "Signing", the "Automatically manage signing" option should be selected.