Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sr99622 authored Dec 14, 2022
1 parent a9e3baa commit 0826235
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ refer to the link https://docs.anaconda.com/anaconda/install/windows/. Once
anaconda has been installed, launch a conda prompt and then use the following
commands to build. You will need to have Microsoft Visual Studio installed
with the C++ compiler. After the build, the executable files can be found in
the Release directory. The conda environment must be active when running the
program.
the Release directory. The cmake installer will integrate the executables and
development files into the conda environment. The conda environment must be
active when running the executables.

```bash
conda create --name onvif -c conda-forge qt libxml2 ffmpeg sdl2 git cmake
Expand All @@ -65,8 +66,9 @@ git clone https://github.com/sr99622/libonvif.git
cd libonvif
mkdir build
cd build
cmake -DBUILD_GUI=ON ..
cmake -DBUILD_GUI=ON -DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX%\Library ..
cmake --build . --config Release
cmake --install .
```

ALTERNATE WINDOWS BUILD
Expand Down

0 comments on commit 0826235

Please sign in to comment.