Skip to content

Commit 4553b96

Browse files
authored
Removed installation of unused dependencies (cyberbotics#6529)
* Removed installation of unused dependencies * Removed obsole Atom code
1 parent 3a73f7b commit 4553b96

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

scripts/install/bash_profile.windows

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ export WEBOTS_DISABLE_SAVE_SCREEN_PERSPECTIVE_ON_CLOSE=1 # If defined, Webots w
1818
export WEBOTS_ALLOW_MODIFY_INSTALLATION=1 # If defined, you are allowed to modify files in the Webots home using Webots.
1919

2020

21-
############################################################################
22-
# These aliases are useful in combination with the Atom source code editor #
23-
############################################################################
24-
25-
alias atom="PATH=/mingw64/bin:/usr/bin:/C/WINDOWS/system32 /C/Users/$USER/AppData/Local/atom/bin/atom.cmd"
26-
alias reset_atom="edit --clear-window-state"
27-
28-
2921
####################################################################################################
3022
# These aliases / environment variables allow to easily switch between a two webots source folders #
3123
####################################################################################################

scripts/install/msys64_installer.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ declare -a OPTIONAL_PACKAGES=(
3232
"git" # Distribution script (check_submodules_update.sh)
3333
"pacman-contrib" # Distribution script (pactree)
3434
"swig" # Python and Java API wrappers
35-
"mingw-w64-x86_64-libssh" # Robotis OP2 robot window
36-
"mingw-w64-x86_64-libzip" # Robotis OP2 robot window
3735
"mingw-w64-x86_64-boost" # to recompile ROS controller
38-
"mingw-w64-x86_64-cmake" # Thymio II dashel library
3936
"mingw-w64-x86_64-python-pip" # Useful for advanced python usage
4037
)
4138

0 commit comments

Comments
 (0)