Skip to content

Commit 82d293d

Browse files
Ryan FuRyan Fu
authored andcommitted
Update README
1 parent 121a5da commit 82d293d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/PureLib/pure/README_zlib.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## src/PureLib/pure/zlib
2+
3+
Do not change code under the zlib directory; it contains madler/zlib source code.
4+
5+
It is created using git subtree command and points to this specific commit [04f42ceca40f73e2978b50e93806c2a18c1281fc]:
6+
7+
git subtree add --prefix=src/PureLib/pure/zlib https://github.com/madler/zlib.git 04f42ceca40f73e2978b50e93806c2a18c1281fc --squash
8+
9+
PureLib already has existing project files that compiles as part of the WinGet solution. Since PureLib has a dependency on the zlib library, the git subtree command is needed to keep the zlib library updated. Current zlib version: [1.2.13]

0 commit comments

Comments
 (0)