Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
jjonescz committed Feb 24, 2023
1 parent 3f674fa commit 6626595
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ This program interprets a simple dialect of the LISP language similar to Scheme.

### Windows

Just open the `.vcxproj` file in `Visual Studio 2017`.
Just open the `.sln` file in Visual Studio 2017 or execute:

```ps1
msbuild .\LispInterpreter.sln /p:Configuration=Release
```

### Unix

Expand Down

0 comments on commit 6626595

Please sign in to comment.