-
Notifications
You must be signed in to change notification settings - Fork 40
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
which openssl archives to use? #2
Comments
In the install list you mention: OpenSSL: https://indy.fulgan.com/SSL/ |
Using OpenSSL-Win64 I finally managed to build the client. However the executable did not work until I copied the openssl dll files from a daily installer. |
@wdehoog you need OpenSSL 1.1 for building the client, but additionally need dll's of OpenSSL 1.0 to start the client. It is mentioned in the README
|
#hiiamok:
I really appreciate nextcloud have taken time to write down a how-to but every time I try to follow one it does not work and takes a lot time to get something build. |
Take a look at this: https://github.com/nextcloud/desktop/wiki/System-requirements-for-compiling-the-desktop-client
https://github.com/nextcloud/desktop/wiki/How-to-compile-the-desktop-client
Well I guess the build server was set up differently than @camilasan described in this repo. I had problems at the beginning as well (just see nextcloud/desktop#426). |
So the information is to be gathered from several places? I think there shoud be one place only. If possible here in this repo. This way it is less hard for the team to keep the information correct. I took a look at https://github.com/nextcloud/desktop/wiki/System-requirements-for-compiling-the-desktop-client and it does not point to the OpenSSL to use for building. Mentioning 1.1 is not enough. They should point out exactly what to download, where to install and how to use it. I have no doubt they do their best and I happily use the fruits of their efforts. I am only trying to help increasing their effectiveness. |
@wdehoog I don't think it's a good idea to have build instructions in a separate repo. The build instructions should be in https://github.com/nextcloud/desktop either in the wiki or even better in the doc sections of the code. Otherwise instructions and actual requirements will always diverge. |
Build instructions updated ;-) |
Which openssl archives from the given link need to be used? I tried openssl-1.0.2o-x64_86-win64.zip and openssl-1.0.2o-x64_86-win64_LinkLibs.zip but they do not contain any include file.
The text was updated successfully, but these errors were encountered: