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.
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.