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
Hi, thank you for publishing such a good product!!
Now I can run mozc on Nokia N900, maemo linux based smartphone. I can build
mozc on your instruction, but if I can, I would like to set install prefix,
such as /opt/aaa/usr ...
Could you tell me how to set install prefix? And if it is not a issue, sorry
for posting such a stupid question:-P
Best Regards.
kenya888
Original issue reported on code.google.com by kenya...@gmail.com on 17 May 2010 at 9:31
The text was updated successfully, but these errors were encountered:
Since Mozc does not support "make install" command yet, please do the following:
1. Replace "/usr/libexec/ibus-engine-mozc" in src/unix/ibus/mozc.xml with
"/opt/aaa/usr/path/to/ibus-engine-mozc"
2. Copy the modified mozc.xml to the ibus/component/ directory e.g.
/usr/share/ibus/component/. If you're using ibus-anthy, you could find the
directory by running "find / -name anthy.xml -ls".
3. Copy the mozc binary in out/Release/ to /opt/aaa/usr/..../ (i.e. sudo cp
out/Release/ibus_mozc /opt/aaa/usr/path/to/ibus-engine-mozc)
Hope this helps.
Original comment by yusukes@chromium.org on 18 May 2010 at 3:41
Original issue reported on code.google.com by
kenya...@gmail.com
on 17 May 2010 at 9:31The text was updated successfully, but these errors were encountered: