Skip to content

Commit c6543ee

Browse files
authored
update development in README.md
1 parent 4df1028 commit c6543ee

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,19 @@
4646

4747
## Development
4848

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`
5659
- **Building the project**
5760
1. Clone the repository
5861
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
6063
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

Comments
 (0)