Updated Build and install (markdown)

This commit is contained in:
hipersayanX 2022-02-22 12:27:47 -03:00
parent 59e9516e14
commit f0be9eb0a1

View file

@ -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: