Commit Graph

6 Commits

Author SHA1 Message Date
Joni Räsänen 63860cd78a doc: Update readme and packaging info 2022-09-21 08:40:08 +03:00
Joni Räsänen d79545f08f doc: Update contact url 2021-09-28 12:51:52 +03:00
Joni Räsänen beb0cbc5c7
doc: Fix build instruction link 2021-09-21 06:01:35 +03:00
Joni Räsänen 7fe4ec2ccf
doc: Document how to create packages 2021-09-21 05:59:59 +03:00
Joni Räsänen daa4fc7a64 packaging: Fill in the placeholders for packet details 2021-08-31 09:59:22 +03:00
dennis 837b58351e build: Completely Redesigned CMake files (#44)
Primary changes are:
- Versioning integrated in cmake build system with library for version usage in end user programs
- New minimum CMAke required version is 3.14
- Created install capabilities. Allows uvgRTP to be used in different scenarios for win and lin (mac-os still missing)
- Added testing environment with automatically fetched google test and some example test code.
- Added packaging capabilities (and some placeholders that have to be changed)
- Create Shared library with -DBUILD_SHARED_LIBS=TRUE
2021-08-08 22:18:40 +02:00