Installing the IDE π§ Linux - EPFL-MICRO-315/TPs-Wiki GitHub Wiki
Information
- the installer is officialy supporting the following Linux distribution: Ubuntu, Fedora (tested on Ubuntu 22.04 and Fedora 39)
- β if you wish to install VSCode EPuck2 on another distribution than Ubuntu, you might need to change some portions of the install script:
- In case your distro uses another package manager (ex: pacman)
- make sure to change the
apt-get installtopacman -S - check for package availability
- make sure to change the
- if the command
useradd $USER dialoutis not available, search for equivalence- ex (Archlinux):
sudo usermod -aG uucp $USER
- ex (Archlinux):
- In case your distro uses another package manager (ex: pacman)
π Launching the installer
-
download the .zip of the setup program: https://github.com/EPFL-MICRO-315/Create_VSCode_e-puck2/archive/refs/tags/RefTag.zip
-
extract the Create_VSCode_e-puck2-RefTag.zip
-
launch a terminal under Create_VSCode_e-puck2-RefTag
-
run the command
./linux.sh install- β the terminal might prompt for the user password
- β it might take a while before the graphical installer is launched
π Graphical Installer
-
set the install path and workplace path
- β no spaces are allowed in the paths
- by default, the install path is under
/Users/username/.local/bin/ - by default, the workplace path is under
/Users/username/Documents/
-
change advanced installer settings
- β ADVANCED user only
- β do not change unless you know what you are doing
-
proceed with the installation
-
wait for the installation to complete (we suggest you to grab a cup of coffee β / matΓ© π§)
- β Look for any error (warnings can be ignored)
-
Congratulations ! The IDE VSCode EPuck2 has been successfully installed π₯, you can exit the installer