ggerganov / kbd-audio

🎤⌨️ Acoustic keyboard eavesdropping
https://ggerganov.github.io/keytap
MIT License
8.54k stars 586 forks source link

cmake .. #45

Closed Dari0GR closed 2 years ago

Dari0GR commented 2 years ago

Buen dia. Podrian ayudarme por favor.

Cuando ingreso cmake .. me muestra lo siguiente :

CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake.

Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.

CMake Warning at CMakeLists.txt:79 (find_package): By not providing "FindSDL2.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "SDL2", but CMake did not find one.

Could not find a package configuration file provided by "SDL2" with any of the following names:

SDL2Config.cmake
sdl2-config.cmake

Add the installation prefix of "SDL2" to CMAKE_PREFIX_PATH or set "SDL2_DIR" to a directory containing one of the above files. If "SDL2" provides a separate development package or SDK, be sure it has been installed.

-- Could NOT find FFTW (missing: FFTW_LIBRARIES FFTW_INCLUDE_DIRS) CMake Warning at CMakeLists.txt:86 (message): Unable to find SDL2 library. It is either not installed or CMake cannot find it. In the latter case, setting the USE_FINDSDL2 variable might help:

 $ cmake -D USE_FINDSDL2 ..

CMake Error at CMakeLists.txt:91 (message): Aborting

-- Configuring incomplete, errors occurred! See also "/Users/dariogr/Desktop/kbd-audio/build/CMakeFiles/CMakeOutput.log". See also "/Users/dariogr/Desktop/kbd-audio/build/CMakeFiles/CMakeError.log".

Dari0GR commented 2 years ago

Corrección, ahora me sale solo esto:

CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake.

Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.

-- Could NOT find FFTW (missing: FFTW_LIBRARIES FFTW_INCLUDE_DIRS) CMake Warning at CMakeLists.txt:95 (message): FFTW library not available. Some targets will not be built

-- Configuring done -- Generating done -- Build files have been written to: /Users/dariogr/Desktop/kbd-audio/build