You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/plasma/qtplasmac.adoc
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,25 +60,28 @@ It is possible to install and run LinuxCNC on a variety of Linux distributions h
60
60
61
61
Installation instructions are available from link:../getting-started/getting-linuxcnc.html[here].
62
62
63
-
Following these instructions will yield a machine with the current stable branch (v2.8) of LinuxCNC on Debian Buster.
63
+
Following these instructions will yield a machine with the current stable branch of LinuxCNC (v2.9) on Debian 12 (Bookworm).
64
64
65
-
=== Package Installation (Buildbot) If The User Has Linux with LinuxCNC v2.8
65
+
=== Package Installation (Buildbot) If The User Has Linux on Debian 12 (Bookworm)
66
66
67
-
A package installation (Buildbot) uses prebuilt packages from the LinuxCNC Buildbot, instructions for upgrading from 2.8 to 2.9 or later are available at: http://buildbot.linuxcnc.org
67
+
Follow the instructions from the Updating LinuxCNC on Debian Bookworm section from link:../getting-started/getting-linuxcnc.html[here].
68
68
69
-
Following these instructions by using the below stanzas will upgrade the machine to the last LinuxCNC Buildbot build of LinuxCNC v2.9. This may not always be the latest version though, as from time to time the LinuxCNC Buildbot may stop due to errors.
69
+
=== Package Installation (Buildbot) If The User Has Linux on Debian 11 (Bullseye) or Debian 10 (Buster)
70
+
71
+
A package installation (Buildbot) uses prebuilt packages from the http://buildbot2.highlab.com[LinuxCNC Buildbot].
72
+
73
+
Add the GPG keys and add the repository to the sources list to suit the Debian version.
74
+
75
+
The below stanza would add the 2.9 Bullseye repository.
70
76
71
77
----
72
-
deb http://buildbot.linuxcnc.org/ buster 2.9-rtpreempt
deb http://buildbot2.highlab.com/ bookworm 2.9-uspace
74
79
----
75
80
76
-
=== Run In Place Installation If The User Has Linux with LinuxCNC v2.8
81
+
=== Run In Place Installation If The User Has Linux Installed
77
82
78
83
A run in place installation runs LinuxCNC from a locally compiled version usually located at ~/linuxcnc-dev, instructions for building a run in place installation are available from link:../code/building-linuxcnc.html[here].
79
84
80
-
Following these instructions will install the latest master branch (v2.10) of LinuxCNC.
81
-
82
85
== Creating A QtPlasmaC Configuration
83
86
84
87
Prior to creating a QtPlasmaC configuration, it is important that the user has a firm understanding of the operating modes available, as well as the I/O's that are required for successful plasma operation.
0 commit comments