-
-
Notifications
You must be signed in to change notification settings - Fork 766
Installing
Joacim Breiler edited this page Dec 12, 2023
·
38 revisions
- Download
UGS Platform
for Windows from here. - Unpack the
.zip
-package - Start the program
bin/ugsplatform64.exe
- Download
UGS Platform
for Linux from here. - Unpack the
.tar.gz
-package - Start the program
bin/ugsplatform
- Download
UGS Platform
for Linux ARM or ARM64 (if you are running the 64-bit OS version) from here. - Unpack the
.tar.gz
-package - Start the program
bin/ugsplatform
- Download
UGS Platform
for MacOSX from here. - Double click the
.dmg
-file. - Drag the "Universal Gcode Platform" to your applications folder.
- Find the application in the Application folder and right click to open.
There might be a warning that the application is not signed which you need to ignore.
Windows
MacOSX
Linux
- Make sure your system is up to date:
sudo apt-get update
sudo apt-get upgrade
- Install Java:
apt-get update
apt-get install openjdk-17-jdk
- Make sure your system is using Java 17 (1.17.xx):
java -version
java version "1.17.0_65"
Java(TM) SE Runtime Environment (build 1.17.0_65-b17)
Java HotSpot(TM) Client VM (build 25.65-b01, mixed mode)
- Download UGS Classic from here
- Run the start script
start.sh