-
Notifications
You must be signed in to change notification settings - Fork 816
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
Fix Install Instructions #8086
Fix Install Instructions #8086
Conversation
It makes me wonder if you guys meant to use "-DCMAKE_PREFIX_PATH" to point to dependencies instead? |
yes, if you can fix it in this PR, that would be great :) |
can confirm that it should've been the main docs reference it with both |
done! |
Signed-off-by: knopalex <[email protected]>
Signed-off-by: knopalex <[email protected]>
thanks again for your contribution :D |
Artifact containing the AppImage: nextcloud-appimage-pr-8086.zip SHA256 checksum: To test this change/fix you can download the above artifact file, unzip it, and run it. Please make sure to quit your existing Nextcloud app and backup your data. |
|
Problem:
Tried to use instructions in README to set up my own environment, but noticed the cmake option -DCMAKE_INSTALL_PREFIX is in here twice. It did not make sense what the folder was supposed to be replaced with, but in terms of running this from the build directory, the second use of the option "." made more sense.
Removed this and it succeeded.

Solution:
Remove (invalid) use of cmake option -DCMAKE_INSTALL_PREFIX
Fix small typo :)