You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have x64 IME/TSF binaries for Weasel to work with x64 applications already.
I don't find it necessary to include x64 backend binaries in the installer package because the performance boost it may possibly bring is too little. Plus, the peak memory consumption is much less than 4 gigabytes under most situations.
You may go ahead pull the source tree and follow the instructions in Markdown documents to compile them by yourself.
I recently wrote a small windows service to serve static HTML pages and found that x64 build has bigger file size but smaller memory consumption comparing to x86 build. the size WeaselServer.exe is not big, so I think I should give it a try.
I successfully built Weasel with current instruction you posted here, but having difficulty build WeaselServer.exe and WeaselDeployer.exe in x64 mode because they need x64 version of rime.lib and rime.dll.
I tried to build the third party libs and lib rime with -DCMAKE_GENERATOR_PLATFORM=x64 and got the x64 version of rime.lib. used them to generate the WeaselServer.exe. The file size of the x64 version is only 1.09MB while the x32 is 1.5MB. this doesn't look good.
I tried to run my x64 build and the IME is not working. I am not expert in C++, so I asked help here. :)
Hi,
Could you add x64 build for librime, WeaselDeployer.exe and WeaselServer.exe?
I love rime very much and would like to give it a try to run x64 version on Windows 10 64bit
Thanks a lot.
The text was updated successfully, but these errors were encountered: