You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,16 +46,19 @@
46
46
47
47
## Development
48
48
49
-
-**Installing [vcpkg](https://github.com/microsoft/vcpkg#quick-start-windows) and [freetype](https://github.com/ocornut/imgui/tree/master/misc/freetype)**
50
-
1. Open Windows Command Prompt (**CMD**)
51
-
2. Run `git clone https://github.com/microsoft/vcpkg.git`
52
-
3.`cd vcpkg`
53
-
4.`bootstrap-vcpkg.bat`
54
-
5.`vcpkg integrate install`
55
-
6.`vcpkg install freetype:x86-windows-static` or `vcpkg install freetype:x64-windows-static`
49
+
-**Installing required libraries**
50
+
1. Install [GIT for windows](https://git-scm.com/download/win)
51
+
2. Open Windows Command Prompt (**CMD**)
52
+
3. Run `git clone https://github.com/microsoft/vcpkg.git`
53
+
4.`cd vcpkg`
54
+
5.`bootstrap-vcpkg.bat`
55
+
6.`vcpkg integrate install`
56
+
7.`vcpkg install freetype:x64-windows-static`
57
+
8.`vcpkg install cpr:x64-windows-static`
58
+
9.`vcpkg install jsoncpp:x64-windows-static`
56
59
-**Building the project**
57
60
1. Clone the repository
58
61
2. Open **KBotExt.sln** in Visual Studio (Recommended Visual Studio 2022)
59
-
3. Set the solution platform to the freetype version you have installed
62
+
3. Set the solution platform to x64 Release
60
63
4. Build the project
61
-
5. Feel free to make a pull request with your changes :-)
64
+
5. Feel free to make a pull request with your changes :-)
0 commit comments