This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# mod for Debian ( (Jessie) | |
#sudo sh -c \ | |
# "echo 'deb http://deb.dovetail-automata.com jessie main' > \ | |
# /etc/apt/sources.list.d/machinekit.list; \ | |
# apt-get update ; \ | |
# apt-get install dovetail-automata-keyring" | |
sudo apt-get update | |
sudo apt-get install -y build-essential gdb subversion dh-autoreconf libgl1-mesa-dev lynx pkg-config python-protobuf libprotobuf-dev protobuf-compiler libnotify-bin libczmq-dev python-zmq libzmq3-dev |