Search found 6195 matches
- Thu Jan 21, 2021 2:52 pm
- Forum: Developers corner
- Topic: Oldest Linux distro currently supported
- Replies: 5
- Views: 222
Re: Oldest Linux distro currently supported
Do we actually intend to support 16.04 right now, though, on the current master branch (and with the 0.19 release)? I'm having difficulty getting it to compile, and of course on 16.04 you only have python2/Qt4, which the wiki very much seems to indicate we don't actually support. Yes through the de...
- Thu Jan 21, 2021 1:20 pm
- Forum: Install / Compile
- Topic: No new precompiled versions?
- Replies: 25
- Views: 996
Re: No new precompiled versions?
Thanks! And of course take the time you need for yourself. A short hint here keeps us calm. Were there any github changes recently? I saw this as well I have thus far been unable to find the problem/solution, but I am looking. Also the OSX packaging is failing for another dependency related reason....
- Tue Jan 12, 2021 10:28 pm
- Forum: Packaging
- Topic: Win LP_12.1.6 package available
- Replies: 17
- Views: 1229
Re: Win LP_12.1.6 package available
seeing that the current build on the pre_19 release is about 100MB smaller than the Win-conda I wonder what the difference is between those two and what's missing from this Win-LP build? It's not so much what is missing in the LP builds, but what is extra in the Conda builds. VTK is a good example....
- Fri Jan 08, 2021 7:26 pm
- Forum: Packaging
- Topic: LibPack for Windows "Python packages"
- Replies: 86
- Views: 2556
Re: LibPack for Windows "Python packages"
Has anyone tried the debug numpy?
- Wed Dec 30, 2020 7:58 pm
- Forum: Developers corner
- Topic: Changes at TravisCI- affecting open source
- Replies: 41
- Views: 2408
Re: Changes at TravisCI- affecting open source
Just my thoughts... Thanks for you effort on this. We also use Travis to package the weekly builds. We don't actual compile anything, but use Travis to set up a conda environment on the three major OS's, then package a portable build from those assets. I guess OSX is going away no matter what. I ca...
- Tue Dec 29, 2020 11:42 pm
- Forum: Install / Compile
- Topic: Safety of FreeCAD
- Replies: 2
- Views: 194
Re: Safety of FreeCAD
Can you share the name and version of your antivirus software?vinidarlo74 wrote: ↑Tue Dec 29, 2020 4:59 pmI was installing FreeCAD on my laptop when I got a notification from my antivirus software that I might download trojans etc. along with the application. Is FreeCAD safe to download?
Sometimes we need to request to be whitelisted.
- Tue Dec 22, 2020 3:35 pm
- Forum: Wiki
- Topic: Building offline docs
- Replies: 1
- Views: 137
Building offline docs
I am trying to build the offline docs on Win from here: https://github.com/FreeCAD/FreeCAD-Doc I create a directory C:\Users\Chris\Documents\FreeCAD-doc and place buildwikiindex.py in it. 1) I ran the script with PY3.8.x from this directory. I get an urllib2 error. urllib2 doesn't exist in PY3 so I ...
- Sat Dec 19, 2020 5:16 pm
- Forum: Developers corner
- Topic: Changes at TravisCI- affecting open source
- Replies: 41
- Views: 2408
Re: Changes at TravisCI- affecting open source
What is the path forward, immediate term?kkremitzki wrote: ↑Thu Dec 17, 2020 4:25 pmSomething like this is I think what we're going to need before too long.
- Sat Dec 19, 2020 4:56 pm
- Forum: Users Showcase
- Topic: christmas tree
- Replies: 28
- Views: 7233
- Sat Dec 19, 2020 4:47 pm
- Forum: Open discussion
- Topic: Please preset filename for export
- Replies: 32
- Views: 980
Re: Please preset filename for export
while addDefaultFilenameToExportDlg is the active branch? I think that should work, I do it slightly different git checkout master git pull upstream master git checkout addDefaultFilenameToExportDlg git rebase master git pull chennes addDefaultFilenameToExportDlg Oh, that would be nice -- I definit...