doc: Fix build instruction link

This commit is contained in:
Joni Räsänen 2021-09-21 06:01:35 +03:00 committed by GitHub
parent 7fe4ec2ccf
commit beb0cbc5c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Packaging enables creating distributable versions of uvgRTP for various platforms.
First, you must build uvgRTP using the [build instructions](BUILDING.md). After building, you can create the packets by running the ```cpack``` command in ```build``` folder. On Windows, you need to install NSIS from [sourceforge](https://sourceforge.net/projects/nsis/) before running CPack. The downloaded installer may prompt you about unknown program, but it should be safe to install.
First, you must build uvgRTP using the [build instructions](../BUILDING.md). After building, you can create the packets by running the ```cpack``` command in ```build``` folder. On Windows, you need to install NSIS from [sourceforge](https://sourceforge.net/projects/nsis/) before running CPack. The downloaded installer may prompt you about unknown program, but it should be safe to install.