My personal 4coder custom layer
cd \path\to\4ed.exe
git clone https://github.com/B-Y-P/4coder_byp.git
cd 4coder_byp
git submodule init
git submodule update
build release
'cl' is not recognized as an internal or external command, operable program or batch file.
- Search for
x64 Native Tools Command Prompt for VS <YYYY>
(make sure it'sx64
notx86_64
)\ - Open and navigate to
4coder_byp\
and runbuild release
- In
Program Files\Microsoft Visual Studio\<YYYY>\Community\VC\Auxiliary\Build
\ - Running
vcvarsall.bat amd64
sets up your environment allowing it to runcl.exe
An example for how to cache this is given here for VS 2019
- Download MSVC without installing full Visual Studio creates a
setup.bat
to call before runningcl.exe
- PortableBuildTools provides a simple GUI to do the same