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
After using cmake generate Makefile and install:
$ cmake . $ make install
there are some errors:
-- Install configuration: "" -- Installing: /usr/local/share/applications/chewing-editor.desktop CMake Error at cmake_install.cmake:35 (file): file INSTALL cannot find "/path/to/chewing-editor/chewing-editor".
maybe the correct path of the built file should be "chewing-editor.app/Contents/MacOS/chewing-editor" instead of "chewing-editor/chewing-editor" ?
The text was updated successfully, but these errors were encountered:
try only $ make maybe it will work
$ make
Sorry, something went wrong.
Hi, since macOS doesn't have install task functionally, you can just copy cheeing-editor.app into your "/Applications".
In macOS, applications is not need to be installed manually, so you can just open the .app to run.
Maybe we can show a tip when user runs the install task.
No branches or pull requests
What is your environment?
mac sierra 10.12.4
After using cmake generate Makefile and install:
there are some errors:
maybe the correct path of the built file should be "chewing-editor.app/Contents/MacOS/chewing-editor"
instead of "chewing-editor/chewing-editor" ?
The text was updated successfully, but these errors were encountered: