Search found 1001 matches

by peterl94
Tue Apr 10, 2018 4:07 pm
Forum: Developers corner
Topic: Qt5: some issue on FC OSX stable
Replies: 14
Views: 1366

Re: Qt5: some issue on FC OSX stable

What has changed is we upgraded from 5.6 to 5.10
by peterl94
Mon Apr 09, 2018 9:17 pm
Forum: Developers corner
Topic: Release of v0.17
Replies: 435
Views: 91744

Re: Release of v0.17

I was thinking in the markdown when I said that, but really having it in a file would be better for automation.
by peterl94
Mon Apr 09, 2018 8:51 pm
Forum: Developers corner
Topic: Release of v0.17
Replies: 435
Views: 91744

Re: Release of v0.17

sgrogan wrote: Mon Apr 09, 2018 8:29 pm what keeps the bad guys from hacking the posted checksum
If a hacker was able to edit the release page html, having a tampered checksum would be the least of the worries I think. The checksum provides assurance that the file is the original in normal situations.
by peterl94
Fri Apr 06, 2018 4:58 pm
Forum: Install / Compile
Topic: LinkStage3 assembly3 MAC build
Replies: 10
Views: 2239

Re: LinkStage3 assembly3 MAC build

If you copy the library into the bundle before the call to MakeMacBundleRelocatable.py, then it should be taken care of automatically if it is in a standard location (Mod, MacOS, lib, site-packages). See src/MacAppBundle/CMakeLists.txt Or you can use install_name_tool manually (see man install_name_...
by peterl94
Wed Apr 04, 2018 11:04 pm
Forum: Install / Compile
Topic: LinkStage3 assembly3 MAC build
Replies: 10
Views: 2239

Re: LinkStage3 assembly3 MAC build

Does the app start if you don't "move the asm3 with python bindings py_slvs directory inside FreeCAD.app"?
by peterl94
Wed Apr 04, 2018 2:06 pm
Forum: Developers corner
Topic: Release of v0.17
Replies: 435
Views: 91744

Re: Release of v0.17

@sgrogan, here is the libpacks with release versions of occt7.2 and nglib. It looks like we need a debug version of tcl/tk for occt draw module. Also, I haven't tested the 32-bit version. https://drive.google.com/file/d/1wV_oZhixz7TeW0uYJQMfXZoiessEn4VG/view?usp=sharing https://drive.google.com/open...
by peterl94
Tue Apr 03, 2018 8:43 pm
Forum: Developers corner
Topic: Release of v0.17
Replies: 435
Views: 91744

Re: Release of v0.17

sgrogan wrote: Tue Apr 03, 2018 10:46 am I believe only OCCT,nglib, and VTK debug libs need to be updated. I can work on VTK if you want to do nglib?
Do we need OCCT compiled with VTK? If so, I would need the debug VTK libs first. Otherwise, I can go ahead and build nglib.
by peterl94
Tue Apr 03, 2018 4:32 am
Forum: Developers corner
Topic: Release of v0.17
Replies: 435
Views: 91744

Re: Release of v0.17

Netgen doesn't work on x32. In what way? At least version 5.3 Win32 compiles. The choice is to update to OCCT7.2 and patch netgen before the release? I would update to 7.2. How complete are the debug versions in the libpack? I've compiled release versions of occt 7.2 and nglib 5.3 and am wondering ...
by peterl94
Mon Apr 02, 2018 6:04 pm
Forum: Install / Compile
Topic: Upgrade nightmare with FreeCAD
Replies: 28
Views: 4727

Re: Upgrade nightmare with FreeCAD

No, you need add the freecad tap. The cask is something else and not what you want.

Code: Select all

brew tap FreeCAD/freecad
by peterl94
Sun Apr 01, 2018 5:58 pm
Forum: Install / Compile
Topic: Upgrade nightmare with FreeCAD
Replies: 28
Views: 4727

Re: Upgrade nightmare with FreeCAD

Well, I've recently created bottles for the formulas in the freecad tap so you shouldn't need to compile nglib. Everything should work out of the box, so at this point I would recommend starting over. It would be best to just uninstall everything, but if you don't want to do that I would uninstall t...