Skip to content

Commit

Permalink
modify README.md adding support windows mingw64 gnu description
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxiang committed May 15, 2024
1 parent 85801b5 commit f2bd5c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ $ pkg install libxml2 pkgconf

### Windows

#### gnu

On mingw64 environment you'd install libxml2 with `pacman -S mingw64/mingw-w64-x86_64-libxml2`.

#### msvc

[Community contributed](https://github.com/KWARC/rust-libxml/issues/81#issuecomment-760364976):

* manually install builds tools c++ and english language by visiting [BuildTools](https://visualstudio.microsoft.com/fr/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16)
Expand Down

0 comments on commit f2bd5c7

Please sign in to comment.