Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ For a debug build on any platform specify CONFIG=debug as an argument to make.
### Linux 64-bit

```bash
make -k -C icc OPSYS=AMD64_LINUX create_all
make -k -C icc OPSYS=AMD64_LINUX all
make -C icc OPSYS=AMD64_LINUX create_all
make -C icc OPSYS=AMD64_LINUX all
```

### Linux 32-bit

```bash
make -k -C icc OPSYS=LINUX create_all
make -k -C icc OPSYS=LINUX all
make -C icc OPSYS=LINUX create_all
make -C icc OPSYS=LINUX all
```

### Windows 64-bit

```bash
make -k -C icc OPSYS=WIN64_VS2022 create_all
make -k -C icc OPSYS=WIN64_VS2022 all
make -C icc OPSYS=WIN64_VS2022 create_all
make -C icc OPSYS=WIN64_VS2022 all
```

This build is not constrained to MS VS 2022 but is tested on that platform.
Expand All @@ -38,4 +38,4 @@ NASM should be added to the windows PATH environment variable.
Run the appropriate vcvars.bat file in a cmd.exe or otherwise use a development console before running make.

Note: Windows utilities which use a Unix style PATH such as the gnumake available in msys2 are not supported.
Note: Cygwin is not supported.
Note: Cygwin is not supported.