mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-08-22 23:15:25 +00:00
10 lines
509 B
Bash
Executable File
10 lines
509 B
Bash
Executable File
swift build -c release -Xcxx -xobjective-c++
|
|
cp -f .build/release/CliTool /usr/local/bin/anco
|
|
|
|
# FIXME: Unfortunately, in order to use zenzai in anco, you will need to build CliTool with xcodebuild
|
|
# It is highly desirable to make it work only with `swift build`
|
|
# For Xcode 16 or later
|
|
# xcodebuild -scheme CliTool -destination "platform=macOS,name=My Mac" -configuration Release
|
|
# For Xcode 15 or former
|
|
# xcodebuild -scheme CliTool -destination "platform=macOS,name=Any Mac" -configuration Release
|