Skip to content

Commit fdd4ab2

Browse files
machinekitluminize
machinekit
authored andcommitted
Clean up build Instructions added --no-install-recommends
1 parent a2b62f0 commit fdd4ab2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/building-from-source.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,18 +92,18 @@ Note: The following steps have been modified and no longer
9292
result in a root-owned file being left in the machinekit directory.
9393

9494
sudo apt-get install git dpkg-dev
95-
sudo apt-get install devscripts
95+
sudo apt-get install --no-install-recommends devscripts equivs
9696
git clone https://github.com/machinekit/machinekit.git
9797
cd machinekit
98-
debian/configure -x
98+
debian/configure -px
9999
sudo mk-build-deps -ir
100100
cd src
101101
./autogen.sh
102102
./configure
103103
make
104104
sudo make setuid
105105

106-
if configure was ran with the option --with-xenomai else skip
106+
Users who wish to invoke machinekit (built with xenomai threads enabled) on a xenomai realtime kernel must ensure they are members of the xenomai group. If that wasn't already done when installing the kernel, then add each such user now
107107

108108
sudo adduser <username> xenomai
109109

0 commit comments

Comments
 (0)