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
由于想做一种新型的和输入法交互的方式,找到了RIME和PIME。 我根据README里的安装方法屡次出现问题,遂写下这篇,希望能帮助以后的人。可以mark as completed。 那么我们一步一步来。 【下载部分】 git clone https://github.com/EasyIME/PIME.git 然后进PIME->.git->config里把McBopomofo的地址改成https的:https://github.com/openvanilla/McBopomofoWeb.git (这里可能是我git或者github设置的问题,不过其他地址都是https的就这个不是也挺奇怪的) 然后把PIME文件夹复制一份并重命名,一个32一个64 git submodule update --init 分别cmake cmake -G "Visual Studio 16 2019" -A Win32 <path to PIME source folder> cmake -G "Visual Studio 16 2019" -A x64 <path to PIME source folder> 用VS2019打开然后build。 【安装部分】 #311 这个issue和我遇到的问题大致相同,总结来说推荐的安装方法不是README里那样,而是新开一个文件夹,把installer等文件夹和build出来的dll这些以该issue图片的样子“摆好”,然后NSIS打开installer里面的脚本来生成安装包,然后点开安装
git clone https://github.com/EasyIME/PIME.git
git submodule update --init
cmake -G "Visual Studio 16 2019" -A Win32 <path to PIME source folder>
cmake -G "Visual Studio 16 2019" -A x64 <path to PIME source folder>
(我没有实际在github上的项目经验,都是学校上课,所以有不当之处请指出)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
由于想做一种新型的和输入法交互的方式,找到了RIME和PIME。
我根据README里的安装方法屡次出现问题,遂写下这篇,希望能帮助以后的人。可以mark as completed。
那么我们一步一步来。
【下载部分】
git clone https://github.com/EasyIME/PIME.git
然后进PIME->.git->config里把McBopomofo的地址改成https的:https://github.com/openvanilla/McBopomofoWeb.git
(这里可能是我git或者github设置的问题,不过其他地址都是https的就这个不是也挺奇怪的)
然后把PIME文件夹复制一份并重命名,一个32一个64
git submodule update --init
分别cmake
cmake -G "Visual Studio 16 2019" -A Win32 <path to PIME source folder>
cmake -G "Visual Studio 16 2019" -A x64 <path to PIME source folder>
用VS2019打开然后build。
【安装部分】
#311 这个issue和我遇到的问题大致相同,总结来说推荐的安装方法不是README里那样,而是新开一个文件夹,把installer等文件夹和build出来的dll这些以该issue图片的样子“摆好”,然后NSIS打开installer里面的脚本来生成安装包,然后点开安装
(我没有实际在github上的项目经验,都是学校上课,所以有不当之处请指出)
The text was updated successfully, but these errors were encountered: