Clone the source:
[email protected]:LinuxCNC/linuxcnc.git linuxcnc-dev
Configure:
$ cd linuxcnc-dev
$ cd debian
$ ./configure sim
Install build dependencies
$ cd ..
$ dpkg-checkbuilddeps
Copy/paste any list of build deps then install with
$ sudo apt-get install "list of deps"
Check deps again
$ dpkg-checkbuilddeps
Configure
$ cd src
$ ./autogen.sh
$ ./configure
Make
$ make -j4
Allow access to hardware
$ sudo make setuid
Setup RIP environ
$ . ../scripts/rip-environment
You need to run this each time you open a new terminal.
Run LinuxCNC
$ linuxcnc