Updated Build and install (markdown)
This commit is contained in:
parent
59e9516e14
commit
f0be9eb0a1
1 changed files with 7 additions and 7 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
* [CMake](https://cmake.org/)
|
* [CMake](https://cmake.org/)
|
||||||
|
|
||||||
**Mac**
|
### Mac
|
||||||
|
|
||||||
* [Xcode Command Line Tools](https://developer.apple.com/xcode/) (_xcode-select --install_ from a terminal)
|
* [Xcode Command Line Tools](https://developer.apple.com/xcode/) (_xcode-select --install_ from a terminal)
|
||||||
|
|
||||||
**Windows**
|
### Windows
|
||||||
|
|
||||||
* [MSYS2](https://www.msys2.org/)
|
* [MSYS2](https://www.msys2.org/)
|
||||||
* [Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/)
|
* [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.
|
**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
|
cmake -S /path/to/akvirtualcamera -B /path/to/akvirtualcamera-build-directory
|
||||||
make -C /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
|
cmake -G "MSYS Makefiles" -S /path/to/akvirtualcamera -B /path/to/akvirtualcamera-build-directory
|
||||||
make -C /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
|
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.
|
**Note:** Replace _/path/to_ with the actual path of the plugin.
|
||||||
|
|
||||||
**Mac**
|
### Mac
|
||||||
|
|
||||||
Run the following commands as root
|
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
|
launchctl bootstrap system /Library/LaunchDaemons/org.webcamoid.cmio.AkVCam.Assistant.plist
|
||||||
```
|
```
|
||||||
|
|
||||||
**Windows**
|
### Windows
|
||||||
|
|
||||||
Open an administrator CMD and run the following commands:
|
Open an administrator CMD and run the following commands:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue