Skip to content

Commit 3d14f8d

Browse files
authored
Document brotli dependency (#48433)
1 parent ebae146 commit 3d14f8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/SourceBuild/content/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ For the latest information about Source-Build support, please watch for announce
8484
The dependencies for building can be found [here](https://github.com/dotnet/runtime/blob/main/docs/workflow/requirements/).
8585
In case you don't want to / cannot prepare your environment per the requirements, consider [using Docker](#building-using-docker).
8686

87+
For building the VMR with Source-Build, the following additional dependencies are required for your Linux environment:
88+
* `brotli-dev`
89+
8790
For building the VMR on Windows, it is recommended to put the repo under a short path, i.e. `C:\dotnet`. Also, [long path support must be enabled](https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry#enable-long-paths-in-windows-10-version-1607-and-later). This is necessary as some of the tools used don't support long paths (WiX Toolset v3 and cl.exe).
8891

8992
For some `git` commands and when synchronizing changes via the `darc` CLI, long path support should be enabled in the `git` config as well:

0 commit comments

Comments
 (0)