srsran / srsRAN_4G

Open source SDR 4G software suite from Software Radio Systems (SRS) https://docs.srsran.com/projects/4g
https://www.srsran.com
GNU Affero General Public License v3.0
3.48k stars 1.15k forks source link

Problems in building projects with cmake in Windows systems #1219

Open yanghongyuyu opened 1 year ago

yanghongyuyu commented 1 year ago

When I try to build the project with CMake, it prompts me that packages like "FFTW3F," "pkg-config," and "mbedtls" are missing. I searched a lot of information online, and I installed the "pkg-config" package by running "choco install pkgconfiglite." I downloaded the precompiled version of FFTW3F and added it to the PATH. However, installing "mbedtls" seems particularly complex, and building "mbedtls" with CMake also gives an error, indicating that files like "error.c" and "ssl_debug_helpers_generated.c" cannot be found.

So I want to know if I really need to manually install these packages or if there is a simpler installation method for Windows systems.