diff --git a/Build-and-install.md b/Build-and-install.md index fe905dd..09e197c 100644 --- a/Build-and-install.md +++ b/Build-and-install.md @@ -2,11 +2,11 @@ * [CMake](https://cmake.org/) -**Mac** +### Mac * [Xcode Command Line Tools](https://developer.apple.com/xcode/) (_xcode-select --install_ from a terminal) -**Windows** +### Windows * [MSYS2](https://www.msys2.org/) * [Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/) @@ -17,21 +17,21 @@ For building akvirtualcamera, open a terminal and run the following commands: **Note:** Replace _/path/to_ with the actual path of the sources directory. -**Mac** +### Mac ``` cmake -S /path/to/akvirtualcamera -B /path/to/akvirtualcamera-build-directory make -C /path/to/akvirtualcamera-build-directory ``` -**MSYS2** +### MSYS2 ``` cmake -G "MSYS Makefiles" -S /path/to/akvirtualcamera -B /path/to/akvirtualcamera-build-directory make -C /path/to/akvirtualcamera-build-directory ``` -**Visual Studio** +### Visual Studio ``` cmake -G "Visual Studio 16 2019" -S /path/to/akvirtualcamera -B /path/to/akvirtualcamera-build-directory @@ -50,7 +50,7 @@ akvirtualcamera service needs to be installed and running for the virtual camera **Note:** Replace _/path/to_ with the actual path of the plugin. -**Mac** +### Mac Run the following commands as root @@ -96,7 +96,7 @@ launchctl enable system/org.webcamoid.cmio.AkVCam.Assistant launchctl bootstrap system /Library/LaunchDaemons/org.webcamoid.cmio.AkVCam.Assistant.plist ``` -**Windows** +### Windows Open an administrator CMD and run the following commands: