terminal install of linuxcnc 2.7 need help
- Razor_keen
- Offline
- Premium Member
Less
More
- Posts: 114
- Thank you received: 4
28 Nov 2015 21:52 #65980
by Razor_keen
terminal install of linuxcnc 2.7 need help was created by Razor_keen
i was following this syntax for installing linuxcnc and ran into a few errors
cd ~
sudo apt-get install git-core gitk git-gui
sudo apt-get build-dep linuxcnc
sudo apt-get install libudev-dev
git clone git://git.linuxcnc.org/git/linuxcnc.git linuxcnc-dev
cd linuxcnc-dev
git checkout 2.7
git pull
cd src
./autogen.sh
./configure --with-realtime=uspace
make
sudo make setuid
cd ..
. scripts/rip-environment
first, the apt-get build-dep linuxcnc line did not work. any help is appreciated
cd ~
sudo apt-get install git-core gitk git-gui
sudo apt-get build-dep linuxcnc
sudo apt-get install libudev-dev
git clone git://git.linuxcnc.org/git/linuxcnc.git linuxcnc-dev
cd linuxcnc-dev
git checkout 2.7
git pull
cd src
./autogen.sh
./configure --with-realtime=uspace
make
sudo make setuid
cd ..
. scripts/rip-environment
first, the apt-get build-dep linuxcnc line did not work. any help is appreciated
Please Log in or Create an account to join the conversation.
29 Nov 2015 03:24 #65994
by kelargo
Replied by kelargo on topic terminal install of linuxcnc 2.7 need help
What was the error message on the display console?
Please Log in or Create an account to join the conversation.
- Razor_keen
- Offline
- Premium Member
Less
More
- Posts: 114
- Thank you received: 4
29 Nov 2015 03:30 #65995
by Razor_keen
Replied by Razor_keen on topic terminal install of linuxcnc 2.7 need help
no the errors i ran into following this script were in-line in terminal. they are explained in more detail at the end of ubuntu 14.04.1 linuxcnc help.
Please Log in or Create an account to join the conversation.
Time to create page: 0.075 seconds