Update Readme

This commit is contained in:
Jack Punter 2023-10-28 13:14:22 +01:00
parent 2a69a8f005
commit f608778b93
1 changed files with 4 additions and 4 deletions

View File

@ -7,11 +7,11 @@ Welcome to the 4coder community repository.
## Windows ## Windows
1. Setup the MSVC toolchain in your environment, this can be done with the `code/custom/bin/setup_cl_x64.bat` script 1. Setup the MSVC toolchain in your environment, this can be done with the `code/custom/bin/setup_cl_x64.bat` script
2. call the `package.bat` script from the code directory 2. call the `package.bat` script from the code directory
1. `$ cd 4cc/code` 1. `$ cd 4cc\code`
2. `./bin/package.bat` 2. `.\bin\package.bat`
3. You can also use the `build.bat` script if you want just build the binaries, this does not copy the default config, fonts and bindings 3. You can also use the `build.bat` script if you want just build the binaries, this does not copy the default config, fonts and bindings
1. `$ cd 4cc/code` 1. `$ cd 4cc\code`
2. `$ ./bin/build.bat` 2. `$ .\bin\build.bat`
## Linux ## Linux
> tested on Ubuntu 22.04: > tested on Ubuntu 22.04: