scons on windows -- libs

  • mniip
    1st Nov 2012 Developer 0 Permalink
    Where do i put the libs when compiling with scons on windows? Ive already tried a few locations such as source dir, scons.bat dir. > scons --win scons: Reading SConscript files ... Checking for C library SDL... yes Checking for C library fftw3f... no Checking for C library fftw3f-3... no libfftw3f not found or not installed
  • boxmein
    1st Nov 2012 Former Staff 0 Permalink
    @mniip (View Post)
    After I placed the libs, even worse - it wants to run sdlconfig and similar things which it fails to find. :C
  • jacob1
    1st Nov 2012 Developer 0 Permalink
    @boxmein (View Post)
    it doesn't find sdlconfig for me either, but it just skips it, so there must be another problem. I think I solved mniips problem on irc though (maybe), I don't know what yours is. If I have time far in the future I might write a windows scons guide, but scons doesn't work right now on windows anyway without commenting some stuff out.