File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ include(CPack)
6868# set(CMAKE_STATIC_LIBRARY_PREFIX ${CMAKE_INSTALL_PREFIX})
6969#endif (WIN32)
7070
71- ######## Mac OS X
71+ ######## macOS
7272
7373if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
7474 set (CMAKE_MACOSX_RPATH 1)
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Discussion (Telegram): https://t.me/open_chinese_convert
3333* [ Ubuntu] ( https://launchpad.net/ubuntu/+source/opencc )
3434* [ Fedora] ( https://packages.fedoraproject.org/pkgs/opencc/opencc/ )
3535* [ Arch Linux] ( https://archlinux.org/packages/extra/x86_64/opencc/ )
36- * [ Mac ] ( https://formulae.brew.sh/formula/opencc )
36+ * [ macOS ] ( https://formulae.brew.sh/formula/opencc )
3737* [ Bazel] ( https://registry.bazel.build/modules/opencc )
3838* [ Node.js] ( https://npmjs.org/package/opencc )
3939* [ Python] ( https://pypi.org/project/OpenCC/ )
@@ -78,7 +78,7 @@ See [demo.js](https://github.com/BYVoid/OpenCC/blob/master/node/demo.js) and [ts
7878
7979### Python
8080
81- ` pip install opencc ` (Windows, Linux, Mac )
81+ ` pip install opencc ` (Windows, Linux, macOS )
8282
8383``` python
8484import opencc
@@ -160,7 +160,7 @@ Document 文檔: https://byvoid.github.io/OpenCC/
160160
161161### Build with CMake
162162
163- #### Linux & Mac OS X
163+ #### Linux & macOS
164164
165165g++ 4.6+ or clang 3.2+ is required.
166166
@@ -183,7 +183,7 @@ bazel test --test_output=all //src/... //data/... //test/...
183183
184184### Test 測試
185185
186- #### Linux & Mac OS X
186+ #### Linux & macOS
187187
188188```
189189make test
You can’t perform that action at this time.
0 commit comments