Skip to content

Commit 84cc5b9

Browse files
committed
Update README.md
1 parent 11fd3ed commit 84cc5b9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,18 @@ struct print
110110
111111
## **Getting Started**
112112
113+
**Obtain `vcpkg` and Dependencies**
114+
115+
```bash
116+
cd
117+
git clone https://github.com/microsoft/vcpkg
118+
cd vcpkg
119+
bash ./bootstrap-vcpkg.sh
120+
./vcpkg integrate install
121+
./vcpkg install gtest
122+
./vcpkg install qt6
123+
```
124+
113125
**Example to Compile a File Named `get_tie.cpp`**
114126

115127
```Bash

0 commit comments

Comments
 (0)