This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
having the ./ before the bootstrap command makes it say . is not recognized as an app in cmd
master
Ethan
2 years ago
parent
4c1b089b73
commit
6ad90f7030
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Working-on-Windows.md
+ 1
- 1
Working-on-Windows.md
@ -14,7 +14,7 @@ You can download and install raylib using the [vcpkg](https://github.com/Microso
git clone https://github.com/Microsoft/vcpkg.git
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
cd vcpkg
./
bootstrap-vcpkg.bat
bootstrap-vcpkg.bat
vcpkg integrate install
vcpkg integrate install
vcpkg install raylib
vcpkg install raylib
Write
Preview
Loading…
Cancel
Save