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
Summary: Add some basic steps as on other platforms.
Reviewed By: krallin
Differential Revision: D39348296
fbshipit-source-id: 409b7a506db9f838d526507c98f3516d7a273718
Copy file name to clipboardExpand all lines: README.md
+23-2Lines changed: 23 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -68,9 +68,30 @@ If cargo complains about SSL peer certificate or SSH remote key error, then you
68
68
69
69
### Windows setup
70
70
71
-
Buck2 on Windows is still a work in progress.
71
+
To set up a Windows machine run:
72
72
73
-
* If you get an error about linking and `d3d12.lib` then install [the Windows SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/).
73
+
```shell
74
+
fbclone fbsource --eden [dest_dir] # dest_dir is optional
75
+
```
76
+
77
+
Install OpenSSL to have no warnings from rust-analyzer:
0 commit comments