1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-12-01 22:28:07 +00:00

Replace MacOS by macOS

This commit is contained in:
Carles Fernandez
2020-02-01 11:18:08 +01:00
parent c00cd6bba0
commit 2b3958dccb
5 changed files with 8 additions and 10 deletions

View File

@@ -268,7 +268,7 @@ This release has several improvements in different dimensions, addition of new f
- Improved SDK for cross-compilation in embedded devices. Documented in https://gnss-sdr.org/docs/tutorials/cross-compiling/
- Improved control over minimum required versions for core dependencies.
- The software builds with C++11, C++14 and C++17 standards.
- The software can now be built using GCC >= 4.7.2 or LLVM/Clang >= 3.4.0 compilers on GNU/Linux, and with Clang/AppleClang on MacOS.
- The software can now be built using GCC >= 4.7.2 or LLVM/Clang >= 3.4.0 compilers on GNU/Linux, and with Clang/AppleClang on macOS.
- The Ninja build system can be used in replacement of make.
- The volk_gnsssdr library can be built using Python 2.7+ or Python 3.6+.
- The volk_gnsssdr library is now ready for AArch64 NEON instructions.