Skip to content

Commit d4871d5

Browse files
authored
Merge pull request #3593 from facebook/appvbadge
removed Appveyor Badge
2 parents 838f96a + 8eef337 commit d4871d5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,12 @@ a list of known ports and bindings is provided on [Zstandard homepage](https://f
1313
**Development branch status:**
1414

1515
[![Build Status][travisDevBadge]][travisLink]
16-
[![Build status][AppveyorDevBadge]][AppveyorLink]
1716
[![Build status][CircleDevBadge]][CircleLink]
1817
[![Build status][CirrusDevBadge]][CirrusLink]
1918
[![Fuzzing Status][OSSFuzzBadge]][OSSFuzzLink]
2019

2120
[travisDevBadge]: https://api.travis-ci.com/facebook/zstd.svg?branch=dev "Continuous Integration test suite"
2221
[travisLink]: https://travis-ci.com/facebook/zstd
23-
[AppveyorDevBadge]: https://ci.appveyor.com/api/projects/status/xt38wbdxjk5mrbem/branch/dev?svg=true "Windows test suite"
24-
[AppveyorLink]: https://ci.appveyor.com/project/YannCollet/zstd-p0yf0
2522
[CircleDevBadge]: https://circleci.com/gh/facebook/zstd/tree/dev.svg?style=shield "Short test suite"
2623
[CircleLink]: https://circleci.com/gh/facebook/zstd
2724
[CirrusDevBadge]: https://api.cirrus-ci.com/github/facebook/zstd.svg?branch=dev
@@ -156,13 +153,13 @@ By default, `CMAKE_BUILD_TYPE` is set to `Release`.
156153

157154
#### Support for Fat (Universal2) Output
158155

159-
`zstd` can be built and installed with support for both Apple Silicon (M1/M2) as well as Intel by using CMake's Universal2 support.
156+
`zstd` can be built and installed with support for both Apple Silicon (M1/M2) as well as Intel by using CMake's Universal2 support.
160157
To perform a Fat/Universal2 build and install use the following commands:
161158

162159
```bash
163160
cmake -B build-cmake-debug -S build/cmake -G Ninja -DCMAKE_OSX_ARCHITECTURES="x86_64;x86_64h;arm64"
164161
cd build-cmake-debug
165-
ninja
162+
ninja
166163
sudo ninja install
167164
```
168165

0 commit comments

Comments
 (0)