Sha256: dd7a800bbb9b4d80231f4e19f4e9d1ba032c825488b0d878c23a1d5f92f8ecb5
Contents?: true
Size: 726 Bytes
Versions: 2
Compression:
Stored size: 726 Bytes
Contents
libgumath build instructions for Visual Studio ============================================== Requirements ------------ - Visual Studio 2015 or later. 64-bit build ------------ # Set the build environment vcvarsall.bat x64 # Build: If successful, the static library, the dynamic library, the # common header file and two executables for running the unit tests # should be in the dist64 directory. vcbuild64.bat 32-bit build ------------ # Set the build environment vcvarsall.bat x86 # Build: If successful, the static library, the dynamic library, the # common header file and two executables for running the unit tests # should be in the dist32 directory. vcbuild32.bat
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gumath-0.2.0dev8 | ext/ruby_gumath/gumath/vcbuild/INSTALL.txt |
gumath-0.2.0dev5 | ext/ruby_gumath/gumath/vcbuild/INSTALL.txt |