Sha256: bc785675624f9781e46d180592c498f5928f013bc4712ec50327bdc46b500a97

Contents?: true

Size: 775 Bytes

Versions: 4

Compression:

Stored size: 775 Bytes

Contents


libndtypes 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

# Test
runtest64.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

# Test
runtest32.bat


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ndtypes-0.2.0dev8 ext/ruby_ndtypes/ndtypes/vcbuild/INSTALL.txt
ndtypes-0.2.0dev6 ext/ruby_ndtypes/ndtypes/vcbuild/INSTALL.txt
ndtypes-0.2.0dev5 ext/ruby_ndtypes/ndtypes/vcbuild/INSTALL.txt
ndtypes-0.2.0dev4 ext/ruby_ndtypes/ndtypes/vcbuild/INSTALL.txt