mirror of https://github.com/daviddgtnt/calc
Update README.md
parent
cd9e93692c
commit
170875bd28
|
@ -11,7 +11,7 @@ Repl.it: https://repl.it/@DavidDGTNT/calc
|
||||||
`g++ -o calc main.cpp`
|
`g++ -o calc main.cpp`
|
||||||
### MinGW
|
### MinGW
|
||||||
#### With included make
|
#### With included make
|
||||||
`make -f Makefile.win`
|
`mingw32-make -f Makefile.win`
|
||||||
#### 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)
|
||||||
|
|
Loading…
Reference in New Issue