Skip to content
New issue

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

How to set install prefix? #3

Closed
GoogleCodeExporter opened this issue Apr 22, 2015 · 2 comments
Closed

How to set install prefix? #3

GoogleCodeExporter opened this issue Apr 22, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: WontFix
  • Added labels: Type-Other
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Hi, Thanks for your reply. I understand it. At present I have done as you say 
and run 
it correctly. Thanks again.

Original comment by kenya...@gmail.com on 18 May 2010 at 3:44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant