FreeCAD / FreeCAD-snap

The official Snap package of the FreeCAD project
https://snapcraft.io/freecad
8 stars 9 forks source link

Test Build: One branch with all B-spline features #65

Closed AjinkyaDahale closed 1 year ago

AjinkyaDahale commented 1 year ago

Currently includes

  1. Split and join B-splines and other curves
  2. Knot constraints, including tangents at knots
  3. Point on B-spline constraints

This will probably replace the other builds now, and include future items until this PR can be built.

github-actions[bot] commented 1 year ago

A build from commit c933b3d1ec6e2adfda6c67ac6861578d72b96026 has been published to channel edge/pr-65 as revision 372.

Installation instructions

    # Note: not all distros require 'sudo'
    $ sudo snap install --channel=edge/pr-65 freecad

    # If you already have the freecad snap installed
    $ sudo snap refresh --channel=edge/pr-65 freecad 

    # Experimental: Parallel install (see https://github.com/FreeCAD/FreeCAD-snap/blob/master/docs/index.md#parallel-installs)
    $ sudo snap set system experimental.parallel-instances=true
    $ sudo snap install --channel=edge/pr-65 freecad_pr65
    $ freecad_pr65 # Run it

    # To switch back to preferred snap (swap out 'edge' for 'stable' if necessary)
    $ snap refresh freecad --channel=edge freecad
github-actions[bot] commented 1 year ago

A build from commit 6e156c83ff1170cf7d2788e63eef4652a6da870f has been published to channel edge/pr-65 as revision 406.

Installation instructions

    # Note: not all distros require 'sudo'
    $ sudo snap install --channel=edge/pr-65 freecad

    # If you already have the freecad snap installed
    $ sudo snap refresh --channel=edge/pr-65 freecad 

    # Experimental: Parallel install (see https://github.com/FreeCAD/FreeCAD-snap/blob/master/docs/index.md#parallel-installs)
    $ sudo snap set system experimental.parallel-instances=true
    $ sudo snap install --channel=edge/pr-65 freecad_pr65
    $ freecad_pr65 # Run it

    # To switch back to preferred snap (swap out 'edge' for 'stable' if necessary)
    $ snap refresh freecad --channel=edge freecad
github-actions[bot] commented 1 year ago

A build from commit db42260d2ab019e1f97adda4a2f3abda74f7d3cb has been published to channel edge/pr-65 as revision 423.

Installation instructions

    # Note: not all distros require 'sudo'
    $ sudo snap install --channel=edge/pr-65 freecad

    # If you already have the freecad snap installed
    $ sudo snap refresh --channel=edge/pr-65 freecad 

    # Experimental: Parallel install (see https://github.com/FreeCAD/FreeCAD-snap/blob/master/docs/index.md#parallel-installs)
    $ sudo snap set system experimental.parallel-instances=true
    $ sudo snap install --channel=edge/pr-65 freecad_pr65
    $ freecad_pr65 # Run it

    # To switch back to preferred snap (swap out 'edge' for 'stable' if necessary)
    $ snap refresh freecad --channel=edge freecad
luzpaz commented 1 year ago

Closing as experimental snaps only last 30 days