We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,可否請教下關於支持ARM64的編譯怎麼實現? 我本地clone下來以後,嘗試編譯時,在boost這邊卡關了。 看起來是需要boost重新編譯一份a64的版本,並且需要static。 嘗試了boost官網的b2編譯沒有成功,轉用vcpkg編出了一份a64/static版本。 最終編譯仍會報錯,主要是: LNK1104 cannot open file 'libboost_wserialization-vc143-mt-s-a64-1_84.lib' WeaselIME LNK1104 cannot open file 'libboost_thread-vc143-mt-s-a64-1_84.lib' TestWeaselIPC
希望可以分享一些成功編譯的經驗,以及arm64與x64在小狼毫的主要差異。
目前編譯環境是:Windows 11 / VS2022 + vcpkg
先感謝不吝撥冗協助
The text was updated successfully, but these errors were encountered:
https://github.com/rime/weasel/blob/master/.github/workflows/release-ci.yml
Sorry, something went wrong.
No branches or pull requests
你好,可否請教下關於支持ARM64的編譯怎麼實現?
我本地clone下來以後,嘗試編譯時,在boost這邊卡關了。
看起來是需要boost重新編譯一份a64的版本,並且需要static。
嘗試了boost官網的b2編譯沒有成功,轉用vcpkg編出了一份a64/static版本。
最終編譯仍會報錯,主要是:
LNK1104 cannot open file 'libboost_wserialization-vc143-mt-s-a64-1_84.lib' WeaselIME
LNK1104 cannot open file 'libboost_thread-vc143-mt-s-a64-1_84.lib' TestWeaselIPC
希望可以分享一些成功編譯的經驗,以及arm64與x64在小狼毫的主要差異。
目前編譯環境是:Windows 11 / VS2022 + vcpkg
先感謝不吝撥冗協助
The text was updated successfully, but these errors were encountered: