Download (HTTPS): mpdecimal-2.5.1.tar.gz
Download size: 2.5 MB
Alternative download with DOS line endings (HTTPS): mpdecimal-2.5.1.zip
Download size: 2.8 MB
All instructions build libmpdec and libmpdec++. Since Windows now has BSD tar, mpdecimal-2.5.1.tar.gz is preferred. The instructions assume that mpdecimal-2.5.1 is the current working directory.
tar xvf mpdecimal-2.5.1.tar.gz cd mpdecimal-2.5.1 rem If you switch to a different build type, clean the directory: cd vcbuild vcdistclean.bat |
Use one of the following choices:
rem The build result is in vcbuild\dist64. cd vcbuild pgobuild64.bat rem Compile and run the tests. Requires a network connection for downloading rem test cases (text files). runshort.bat |
rem The build result is in vcbuild\dist64. cd vcbuild vcbuild64.bat rem Compile and run the tests. Requires a network connection for downloading rem test cases (text files). runshort.bat |
rem The build result is in vcbuild\dist64. cd vcbuild vcbuild64.bat /d rem Compile and run the tests. Requires a network connection for downloading rem test cases (text files). runshort.bat /d |
rem The build result is in vcbuild\dist32. cd vcbuild pgobuild32.bat rem Compile and run the tests. Requires a network connection for downloading rem test cases (text files). runshort.bat |
rem The build result is in vcbuild\dist32. cd vcbuild vcbuild32.bat rem Compile and run the tests. Requires a network connection for downloading rem test cases (text files). runshort.bat |
rem The build result is in vcbuild\dist32. cd vcbuild vcbuild32.bat /d rem Compile and run the tests. Requires a network connection for downloading rem test cases (text files). runshort.bat /d |