New libpacks for Windows with Qt5.15, OCC7.5

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: New libpacks for Windows with Qt5.12.6, OCC7.4

Post by Kunda1 »

vejmarie wrote: Thu Feb 20, 2020 8:12 am
Kunda1 wrote: Thu Feb 20, 2020 4:18 am Quick question, would it be possible to add OpenSSL to the libpack? This is because of https://forum.freecadweb.org/viewtopic. ... 48#p370348 (see below)
vejmarie wrote: Wed Feb 19, 2020 9:22 pm fill up the sign up form at the front page ;). You will be needing a FreeCAD 0.19 build with the CLOUD workbench pre-compiled. It works actually on MacOS and Linux. I was not able to make it work on Windows as the libpack need to be updated with OpenSSL to support S3 protocole, and I honestly do not know how to do it !
That will be amazing if we could do a Windows build with the Cloud module. We need more testers and following discussions @fosdem I really think we could build something smart. Yorik also met with the blender foundation people who have started a cloud service which is great. I am trying to see if we could build up a model where we could enable our end users community to work together. By the way the Cloud workbench requires also the CURL library. I'll be introducing this work at the next Open Compute Summit in march in California and it will be great to see if we could have a windows build by then.
apeltauer wrote::point_up_2:
Hey @apeltauer is this something that you would be willing to work on (re: OpenSSL in the libpack)
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
apeltauer
Posts: 399
Joined: Fri Aug 11, 2017 2:19 pm

Re: New libpacks for Windows with Qt5.12.6, OCC7.4

Post by apeltauer »

we can do that... :)
Can someone give me a hint what exactly we need? just the openssl package? is pyOpenSSL the right one? Or do i have to compile something?
User avatar
vejmarie
Posts: 713
Joined: Mon Jan 04, 2016 4:52 pm
Location: Somewhere between France, USA and Taiwan
Contact:

Re: New libpacks for Windows with Qt5.12.6, OCC7.4

Post by vejmarie »

We need into libpack openssl libraries and curl libraries to be able to compile the Cloud module.

https://www.openssl.org/source/

https://curl.haxx.se/libcurl/

And then somebody who build a beta FreeCAD with the Cloud workbench activated into the CMAKE configuration

Many thanks for your help !
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: New libpacks for Windows with Qt5.12.6, OCC7.4

Post by Kunda1 »

vejmarie wrote: Fri Feb 28, 2020 5:06 pm We need into libpack openssl libraries and curl libraries to be able to compile the Cloud module.
...
And then somebody who build a beta FreeCAD with the Cloud workbench activated into the CMAKE configuration
Thanks @vejmarie
Can you specify how to compile the cloud module? Is it just a flag at compile time ?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
apeltauer
Posts: 399
Joined: Fri Aug 11, 2017 2:19 pm

Re: New libpacks for Windows with Qt5.12.6, OCC7.4

Post by apeltauer »

vejmarie wrote: Fri Feb 28, 2020 5:06 pm We need into libpack openssl libraries and curl libraries to be able to compile the Cloud module.

https://www.openssl.org/source/

https://curl.haxx.se/libcurl/

And then somebody who build a beta FreeCAD with the Cloud workbench activated into the CMAKE configuration

Many thanks for your help !
Will try that tomorrow...
User avatar
apeltauer
Posts: 399
Joined: Fri Aug 11, 2017 2:19 pm

Re: New libpacks for Windows with Qt5.12.6, OCC7.4

Post by apeltauer »

Update:
Have compiled openssl and then curl. Compiling worked fine. Tomorrow i will try to compile fc with the cloud wb....
User avatar
vejmarie
Posts: 713
Joined: Mon Jan 04, 2016 4:52 pm
Location: Somewhere between France, USA and Taiwan
Contact:

Re: New libpacks for Windows with Qt5.12.6, OCC7.4

Post by vejmarie »

apeltauer wrote: Fri Feb 28, 2020 9:33 pm Update:
Have compiled openssl and then curl. Compiling worked fine. Tomorrow i will try to compile fc with the cloud wb....
Great, let me know if you face issues !
User avatar
apeltauer
Posts: 399
Joined: Fri Aug 11, 2017 2:19 pm

Re: New libpacks for Windows with Qt5.12.6, OCC7.4

Post by apeltauer »

Good news.......
Capture.PNG
Capture.PNG (7.54 KiB) Viewed 21192 times
I have compiled fc with the cloud workbench. The cloud workbench starts with no error.
Can you provide me some instructions how to test the workbench?
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: New libpacks for Windows with Qt5.12.6, OCC7.4

Post by Kunda1 »

apeltauer wrote: Sat Feb 29, 2020 10:59 am Good news.......

I have compiled fc with the cloud workbench. The cloud workbench starts with no error.
Can you provide me some instructions how to test the workbench?
Nice!
Instructions: https://github.com/CADCloud/CADCloud/bl ... /README.md
Edit: Actually the fill instructions aren't on there. I bet they are somewhere in https://forum.freecadweb.org/viewtopic. ... 02#p370340
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
apeltauer
Posts: 399
Joined: Fri Aug 11, 2017 2:19 pm

Re: New libpacks for Windows with Qt5.12.6, OCC7.4

Post by apeltauer »

Thanks for the link.
Are their some tests i can do to verify that the openssl and curl stuff works? Right now i just can tell that i compiles and the cloud wb starts. But even for that i dont know if their is any interaction at the start up...
Post Reply