Update README.md

main
DavidDGTNT 2021-09-22 11:20:44 -05:00 committed by GitHub
parent 35b904d010
commit d5ad0d077b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ Repl.it: https://repl.it/@DavidDGTNT/calc
#### Without make or building desktop version
`g++ -o calc.exe <main.cpp / windows-desktop.cpp>`
### Visual Studio (all modern versions)
#### CLI
`cl main.cpp`
#### CLI or building desktop version
`cl <main.cpp / windows-desktop.cpp>`
#### IDE
Open up the IDE and open the solution file. You can build it as you would normally from there.