mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-06-26 07:02:59 +00:00
Fix typo
This commit is contained in:
parent
51c8732ff1
commit
21d19ebd93
@ -1,12 +1,12 @@
|
|||||||
/*! \page using_volk_gnsssdr Using VOLK_GNSSSDR
|
/*! \page using_volk_gnsssdr Using VOLK_GNSSSDR
|
||||||
|
|
||||||
Using VOLK_GNSSSDR in your code requires proper linking and including the correct headers.
|
Using VOLK_GNSSSDR in your code requires proper linking and including the correct headers.
|
||||||
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.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user