-
Notifications
You must be signed in to change notification settings - Fork 214
Builder _ Installation _ LINUX
EMAIL SUPPORT: During the beta, please feel free to send an email to [email protected] with any comments, questions or suggestions you might have
NOTE: The following instructions are intended for GUIslice Builder 0.10.4-beta7 and later releases. The installation guide for older versions can be found at: Builder Installation LINUX - archive
The GUIslice Builder on LINUX requires Java to be installed on your system.
- If the Arduino IDE 1.8.7 is installed, then the Java 8 JRE should already be present
- Otherwise, please install Java 8 JRE
During installation you will need to identify what directory has the Java 8 JRE.
Depending on whether you have already installed Java or the Arduino IDE, select one of the following three options.
For Arduino's IDE Java it is inside your current Arduino IDE directory for example:
$HOME/arduino-1.8.7/java
If you are not using Arduino's Java but you have previously installed other versions of Java, then you can find the full set of installed versions by using this command:
sudo update-alternatives --config java
Example output:
There are 2 choices for the alternative java (providing /usr/bin/java).
Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/lib/jvm/java-11-openjdk-amd64/bin/java 1101 auto mode
1 /usr/lib/jvm/java-11-openjdk-amd64/bin/java 1101 manual mode
2 /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java 1081 manual mode
Press <enter> to keep the current choice[*], or type selection number:
After Identifying the correct location of java 8 or 1.8 you can enter the path
during the run of install.sh
script.
If you are using Arduino IDE's skip to LINUX GUIsliceBuilder SETUP.
You can download Java 8 JRE by opening a terminal and using:
sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt install openjdk-8-jre
GUIslice Builder binary location:
-
In the latest Release Notes under Assets, you will find
builder-linux64-X.Y.Z.zip
: -
Download and untar
builder-linux64-X.Y.Z.tar.gz
into your home directory, whereX.Y.Z
represents the latest version number (and optional-beta#
)- Open a terminal
cd $HOME
tar xvzf builder-linux64-X.Y.Z.tar.gz
-
Then enter the new GUIsliceBuilder folder
cd GUIsliceBuilder
-
Run the installer and indicate where the Java 8 files are located.
./install.sh
The GUIsliceBuilder should now be on your Desktop.
Clicking on the GUIslice icon on your Desktop will open the builder.
You can also run the builder by:
./GUIslice.sh