reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit 9285bf4fc907f5d989a1dd5eb8978bd1fc2028c9
parent e16fa3a08a2c67e991f43e6611e5b614611924bd
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Tue, 19 Jan 2016 09:58:57 -0800

fix curl build instructions for windows

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -55,10 +55,10 @@ vendor ```sh cd Path\To\Curl\winbuild - %VCINSTALLDIR%\vcvarsall x86_amd64 + "%VCINSTALLDIR%\vcvarsall" x86_amd64 nmake /f Makefile.vc mode=static RTLIBCFG=static MACHINE=x64 - %VCINSTALLDIR%\vcvarsall x86 + "%VCINSTALLDIR%\vcvarsall" x86 nmake /f Makefile.vc mode=static RTLIBCFG=static MACHINE=x86 ``` 5. Copy `<curl directory>\builds\libcurl-vc-x64-release-static-ipv6-sspi-winssl`