0 Members and 1 Guest are viewing this topic.
sudo apt-get install git dpkg-dev linux-headers-generic build-essential
mkdir ~/git
cd ~/git
git clone git://git.linuxcnc.org/git/linuxcnc.git linuxcnc
cd ~/git/linuxcnc/debian
./configure sim
cd ~/git/linuxcnc
dpkg-checkbuilddeps
sudo apt-get install debhelper libpth-dev dvipng tcl8.4-dev tk8.4-dev bwidget blt libxaw7-dev libncurses-dev libreadline-dev asciidoc source-highlight dblatex groff python-dev python-tk libglu1-mesa-dev libgl1-mesa-dev libgtk2.0-dev libgnomeprintui2.2-dev gettext autoconf libboost-python-dev texlive-lang-cyrillic
The tcl8.4 and tk8.4 packages are only needed to get the dependencies check working, they will conflict with the configure. Remove them again.
sudo apt-get remove --purge tcl8.4-dev tk8.4-dev
cd ~/git/linuxcnc/src
./autogen.sh
./configure --enable-simulator
make
sudo updatedb
locate rip-environment
sudo apt-get install tcl8.5-dev tk8.5-dev
gedit /.bashrc
/home/don/git/linuxcnc/scripts/linuxcnc
ls -a ~/git/linuxcnc/scripts
ls -a ~/git/linuxcnc/scripts/rip-environment