File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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.
160157To perform a Fat/Universal2 build and install use the following commands:
161158
162159``` bash
163160cmake -B build-cmake-debug -S build/cmake -G Ninja -DCMAKE_OSX_ARCHITECTURES=" x86_64;x86_64h;arm64"
164161cd build-cmake-debug
165- ninja
162+ ninja
166163sudo ninja install
167164```
168165
You can’t perform that action at this time.
0 commit comments