File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,15 @@ if the snap-building logs contain errors about being unable to locate neon, chec
22
22
https://snapcraft.io/docs/kde-neon-extension and update it everywhere it appears in the snapcraft.yaml file.
23
23
24
24
Snaps are built based on specific "cores" -- the base operating system whose libraries they use. From time to time
25
- we have to update to a new core. The current builds use "core20 ", or Ubuntu 20 .04 LTS. Updating the core will likely
25
+ we have to update to a new core. The current builds use "core22 ", or Ubuntu 22 .04 LTS. Updating the core will likely
26
26
require updating many of the other version numbers in the snap YAML file.
27
27
28
+ ## Dependencies
29
+
30
+ Several of FreeCAD's dependencies take a long time to build and seldomly change: the two largest culprits here are
31
+ OCCT and GMSH. These two packages have been split into their own "unlisted" snap, called freecad-deps-core22. To
32
+ update the versions of those libraries, that snap is the one that must be updated, ratheer than freecad-snap itself.
33
+
28
34
## Important links
29
35
30
36
* https://snapcraft.io/freecad
You can’t perform that action at this time.
0 commit comments