We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11fd3ed commit 84cc5b9Copy full SHA for 84cc5b9
README.md
@@ -110,6 +110,18 @@ struct print
110
111
## **Getting Started**
112
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
125
**Example to Compile a File Named `get_tie.cpp`**
126
127
```Bash
0 commit comments