Skip to content

B-Y-P/4coder_byp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4coder_byp

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


Common issue for Windows:

'cl' is not recognized as an internal or external command, operable program or batch file.

If you already have Visual Studio installed and just want to build

  • Search for x64 Native Tools Command Prompt for VS <YYYY> (make sure it's x64 not x86_64)\
  • Open and navigate to 4coder_byp\ and run build release

If you're looking to streamline building projects on Windows in this manner

  • In Program Files\Microsoft Visual Studio\<YYYY>\Community\VC\Auxiliary\Build\
  • Running vcvarsall.bat amd64 sets up your environment allowing it to run cl.exe

An example for how to cache this is given here for VS 2019


If you don't have Visual Studio installed and don't want to download 4 GB of... stuff


If all goes well, running 4ed.exe will look something like this

4coder_byp example

About

My personal 4coder custom layer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages