Skip to content

Commit

Permalink
doc: update contributing guide for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed Oct 28, 2024
1 parent c6f1faf commit 38bd87b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,19 @@
* [CMake](https://cmake.org/) v3.10.0 or later
* [Xcode](https://developer.apple.com/xcode/) (10.12) or later (Running on macOS or iOS)
* [Android NDK](https://developer.android.com/studio/projects/install-ndk) version `22.1.7171670` (Running on Android)]
* [Visual Studio 2019 or above](https://visualstudio.microsoft.com/) (Running on Windows)
* [Visual Studio 2019 or later](https://visualstudio.microsoft.com/) (Running on Windows)
* [Rust](https://www.rust-lang.org/) (For building Rust example apps.)

## Get the code:

**Additional configuration for Windows users**

```
git config --global core.symlinks true
git config --global core.autocrlf false
```


```
git clone [email protected]:openwebf/webf.git
git submodule update --init --recursive
Expand Down

0 comments on commit 38bd87b

Please sign in to comment.