Close
Instructions to compile SUNDIALS with VC8 - Visual Studio C++ Express 2005
courtesy of Andreas Nicolai
  1. extract SUNDIALS archive
  2. copy (and optionally edit) the sample sundials_config.h header file.
  3. create subdirectories projects, includes, and libs
    copy all include files from the various subdirectories in SUNDIALS into the includes folder (Windows doesn't have softlinks unfortunately)
  4. create the SUNDIALS libraries that you need
    here is the general procedure that you have to follow for each library
  5. specific settings for various libraries
  6. linking programs to SUNDIALS libs

Close