- Install Anaconda Python 3.5 (or Miniconda).
- Run the following in cmd:
pip install httpie
http --download http://go.microsoft.com/fwlink/?LinkId=691126
http --download http://strawberryperl.com/download/5.24.0.1/strawberry-perl-5.24.0.1-64bit.msi
http --download https://github.com/epics-base/epics-base/archive/3.14.zip
visualcppbuildtools_full.exe
strawberry-perl-5.24.0.1-64bit.msi
python -m zipfile -e epics-base-3.14.zip C:\EPICS
mv C:\EPICS\epics-base-3.14 C:\EPICS\base
setx EPICS_BASE C:\EPICS\base
setx EPICS_HOST_ARCH windows-x64
- Restart cmd and run the following:
cd C:\EPICS\base
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
gmake
- Add
C:\EPICS\base\bin\windows-x64
to yourPATH
environment variable.
Note: We downloaded the EPICS 3.14 branch from GitHub because the 3.14.12.5 release isn't compatible with Visual C++ 2015.
http --download http://ftp.vim.org/pub/vim/pc/gvim74.exe
gvim74.exe