1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-28 23:10:51 +00:00
This commit is contained in:
Carles Fernandez 2019-11-30 14:19:25 +01:00
parent 51c8732ff1
commit 21d19ebd93
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -4,9 +4,9 @@ Using VOLK_GNSSSDR in your code requires proper linking and including the correc
VOLK_GNSSSDR currently supports both C and C++ bindings. VOLK_GNSSSDR currently supports both C and C++ bindings.
VOLK_GNSSSDR provides both a pkgconfig and CMake module to help configuration and VOLK_GNSSSDR provides both a pkgconfig and CMake module to help configuration and
linking. The pkfconfig file is installed to linking. The pkgconfig file is installed to
$install_prefix/lib/pkgconfig/volk_gnsssdr.pc. The CMake configuration module is in $install_prefix/lib/pkgconfig/volk_gnsssdr.pc. The CMake configuration module is in
$install_prefix/lib/cmake/volk_gnsssdr/VolkConfig.cmake. $install_prefix/lib/cmake/volk_gnsssdr/VolkGnsssdrConfig.cmake.
The header in the VOLK_GNSSSDR include directory (includedir in pkgconfig, The header in the VOLK_GNSSSDR include directory (includedir in pkgconfig,
VOLK_GNSSSDR_INCLUDE_DIRS in cmake module) contains the header volk_gnsssdr/volk_gnsssdr.h defines all VOLK_GNSSSDR_INCLUDE_DIRS in cmake module) contains the header volk_gnsssdr/volk_gnsssdr.h defines all
@ -16,4 +16,3 @@ the same location.
In most cases it is sufficient to call the dispatcher for the kernel you are using. In most cases it is sufficient to call the dispatcher for the kernel you are using.
*/ */