10-31-2016, 07:18 PM
Follow these steps to install RoboDK for Ubuntu:
1- Download the latest version of RoboDK for Linux from our website:
//m.sinclairbody.com/download
(right now only 64 bit version is available)
2- Unzip and open a Terminal on the downloaded folder:
Right click, then select Open Terminal
3- Allow executing install.sh as a program:
Right click the file, select "Properties", select "Permissions", check "Allow executing as a program".
Alternatively, you can run:
chmod +x ./install.sh
4- Execute the following command:
./install.sh
When completed, you should see a RoboDK shortcut on the Desktop.
You will find the same instructions in a text file with the download.
如果这个过程失败我们可以手动安装RoboDK typing the following commands on a Terminal:
sudo apt-get -y install qtbase5-dev qtscript5-dev
sudo apt-get -y install python3 idle3
./make-shortcut.sh
To start RoboDK we can execute the following command:
./bin/RoboDK
1- Download the latest version of RoboDK for Linux from our website:
//m.sinclairbody.com/download
(right now only 64 bit version is available)
2- Unzip and open a Terminal on the downloaded folder:
Right click, then select Open Terminal
3- Allow executing install.sh as a program:
Right click the file, select "Properties", select "Permissions", check "Allow executing as a program".
Alternatively, you can run:
chmod +x ./install.sh
4- Execute the following command:
./install.sh
When completed, you should see a RoboDK shortcut on the Desktop.
You will find the same instructions in a text file with the download.
![[Image: ubuntu-install.png]](http://m.sinclairbody.com/forumimg/ubuntu-install.png)
如果这个过程失败我们可以手动安装RoboDK typing the following commands on a Terminal:
sudo apt-get -y install qtbase5-dev qtscript5-dev
sudo apt-get -y install python3 idle3
./make-shortcut.sh
To start RoboDK we can execute the following command:
./bin/RoboDK