Skip to content

Commit e528c4f

Browse files
authored
Update build instructions
1 parent 913ce46 commit e528c4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ the "debug" or "release" subdirectories.
1313
Debug version:
1414

1515
```
16-
make
16+
DEBUG=1 make
1717
```
1818

1919
Release version:
2020

2121
```
22-
RELEASE=1 make
22+
make
2323
```
2424

2525
This has been tested under Mac OS 12.2.1 with clang-1300.0.29.30, Unbuntu 20.04 with gcc 9 and Debian 12 with gcc 13.2.0.
@@ -29,13 +29,13 @@ This has been tested under Mac OS 12.2.1 with clang-1300.0.29.30, Unbuntu 20.04
2929
Debug version:
3030

3131
```
32-
nmake -f makefile.win
32+
nmake DEBUG=1 -f makefile.win
3333
```
3434

3535
Release version:
3636

3737
```
38-
nmake RELEASE=1 -f makefile.win
38+
nmake -f makefile.win
3939
```
4040

4141
This has been tested under Windows 10 with Microsoft Visual Studio 2022.

0 commit comments

Comments
 (0)