CMake + Visual Studio C/C++ Tutorial: Compiling FFTW from Source (Dynamic and Static)

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ต.ค. 2024

ความคิดเห็น • 9

  • @supersquare
    @supersquare 3 ปีที่แล้ว +3

    8:00 Compile FFTW as a Static Library
    12:00 Static Library Test Program
    Thank you so very much for this tutorial!!

  • @ewack16
    @ewack16 4 ปีที่แล้ว +2

    Thank you so much! Very helpful video!

  • @seanfunk6372
    @seanfunk6372 3 ปีที่แล้ว

    Thanks, this really cleared a lot of stuff up!!

  • @joehonda2980
    @joehonda2980 4 ปีที่แล้ว +1

    "CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS" CMake option has to be set to "ON".

  • @mascit
    @mascit 4 ปีที่แล้ว

    I have this error: sys/time.h not found

    • @seanfunk6372
      @seanfunk6372 3 ปีที่แล้ว

      I got this too- I fixed it by just redownloading an extracting everything, and then redoing the steps in the video

  • @AnPham-zf6fg
    @AnPham-zf6fg 3 ปีที่แล้ว

    Thank you so much @DamianDZ