Skip to content

Commit bb8932f

Browse files
committed
Adding some details to readme
1 parent 9d743d1 commit bb8932f

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ skia/viewer/build/windows/dependencies/gl3w
8989
skia/viewer/build/windows/dependencies/skia
9090
skia/viewer/build/windows/dependencies/glfw
9191
skia/viewer/build/windows/dependencies/glfw_build
92+
skia/viewer/build/windows/dependencies/bin
93+
skia/viewer/build/windows/bin
9294
skia/viewer/build/windows/obj
9395
skia/viewer/build/windows/*.sln
9496
skia/viewer/build/windows/*.vcxproj
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Rive Windows Viewer
2+
3+
Main entry is [build.bat](build.bat).
4+
Requirements:
5+
6+
- Git
7+
[Download and install](https://git-scm.com/download/win)
8+
- CMake
9+
- [Download and install](https://cmake.org/download/).
10+
- Python
11+
12+
- Get [Python 3](https://www.python.org/downloads/). You may need to symlink python3 to python. Make sure to do the custom install and check "install for all users."
13+
```
14+
mklink "C:\Program Files\Python310\python3.exe" "C:\Program Files\Python310\python.exe"
15+
```
16+
17+
- Visual Studio 2022 Community Edition
18+
- Add clang tools
19+
- You may need to patch up the scripts if you have a different version.
20+
- Install Google's [Depot Tools](https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up) to build Skia.

0 commit comments

Comments
 (0)