Skip to content

Commit 1855082

Browse files
committed
update changes and bug fixes
1 parent 71c530e commit 1855082

File tree

9 files changed

+300
-296
lines changed

9 files changed

+300
-296
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ cd src
1212

1313
Build
1414

15+
Get the latest version of Mingw-w64 via MSYS2, which provides up-to-date native builds of GCC, Mingw-w64, and other helpful C++ tools and libraries. Click here to download the MSYS2 installer. Then follow the instructions on the MSYS2 website to install Mingw-w64.
16+
17+
Run command
18+
1519
```bash
1620
g++ main.cpp admin.cpp customer.cpp ticket.cpp
1721
```

0 commit comments

Comments
 (0)