Installing the IDE π MacOS - EPFL-MICRO-315/TPs-Wiki GitHub Wiki
Information
- The installer was tested on MacOS Sonoma 14.0, Sequoia 15.0 and Tahoe 26.0;
- If you are using custom zsh configurations, it is advised to temporarily turn them off for the purpose of the installation. To do this, open the
.zshrcfile in a text editor (located in/Users/username/) and comment out theexport ZSH="$HOME/.custom_zsh_name"line.
π 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 .zip if necessary
- launch a terminal under Create_VSCode_e-puck2-RefTag
- launch the install script with
./macos.sh install. The script will tell you what will be installed and which new directories are created. Please respond to the message asking if you agree to continue.
A graphical installer should appear. Click on Next >
π 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/Applications/ - by default, the workplace path is under
/Users/username/Documents/
-
change advanced installer settings
- β ADVANCED users 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 out for any error (warnings can be ignored)
- β Keep an eye on the terminal as it is likely to ask for a session password
-
Once the progress bar is completed, you can clikc on
Finish. Congratulations ! The IDE VSCode EPuck2 has been successfully installed π₯ -
If needed, reactivate your custom zsh configuration in the
.zshrcfile