mirror of https://github.com/daviddgtnt/calc
Update README.md
parent
35b904d010
commit
d5ad0d077b
|
@ -15,7 +15,7 @@ Repl.it: https://repl.it/@DavidDGTNT/calc
|
||||||
#### Without make or building desktop version
|
#### Without make or building desktop version
|
||||||
`g++ -o calc.exe <main.cpp / windows-desktop.cpp>`
|
`g++ -o calc.exe <main.cpp / windows-desktop.cpp>`
|
||||||
### Visual Studio (all modern versions)
|
### Visual Studio (all modern versions)
|
||||||
#### CLI
|
#### CLI or building desktop version
|
||||||
`cl main.cpp`
|
`cl <main.cpp / windows-desktop.cpp>`
|
||||||
#### IDE
|
#### IDE
|
||||||
Open up the IDE and open the solution file. You can build it as you would normally from there.
|
Open up the IDE and open the solution file. You can build it as you would normally from there.
|
||||||
|
|
Loading…
Reference in New Issue