Collection of 3rd party libraries required for compiling seamass and seamass-viz. Libraries are built static, but with shared runtime. Recommended for Windows builds. You can use for Mac and Linux builds too but probably better simply to install the dependencies using the usual Linux package manager or macports/brew on OSX.
CMake must be installed and on the path. Ensure you invoke the Visual Studio or Intel compiler command prompt with the desired build environment (i.e. 32 or 64 bit). For Visual Studio builds, then simply run build.bat. For Intel builds, you need to also supply the Boost toolset as an argument, e.g. build.bat intel-15.0 for Intel C++ Composer XE 2015 or build.bat intel-14.0 for Composer XE 2013.
These dependencies will be picked up automatically if you set two environment variables: SEAMASS_TOOLSET should be set to the preferred build configuration to use (see subdirectories of 'install' created during the build process, e.g. msvc32, intel64 etc). SEAMASS_BUILD should be set to either debug or release. Then run CMake for seamass or seamass-viz while supplying the seamass-deps cache file as a command line argument i.e. -C"\path\to\seamass-deps\build.cmake".
seamass and seamass-viz include example batch/script files that set the above up for you if the seamass-deps directory has been placed side by side with seamass or seamass-viz.