Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
akirmse authored Jul 2, 2024
1 parent 913ce46 commit e528c4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ the "debug" or "release" subdirectories.
Debug version:

```
make
DEBUG=1 make
```

Release version:

```
RELEASE=1 make
make
```

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.
Expand All @@ -29,13 +29,13 @@ This has been tested under Mac OS 12.2.1 with clang-1300.0.29.30, Unbuntu 20.04
Debug version:

```
nmake -f makefile.win
nmake DEBUG=1 -f makefile.win
```

Release version:

```
nmake RELEASE=1 -f makefile.win
nmake -f makefile.win
```

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

0 comments on commit e528c4f

Please sign in to comment.