Skip to content

Commit

Permalink
Removed installation of unused dependencies (#6529)
Browse files Browse the repository at this point in the history
* Removed installation of unused dependencies

* Removed obsole Atom code
  • Loading branch information
omichel authored Apr 2, 2024
1 parent 3a73f7b commit 4553b96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions scripts/install/bash_profile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ export WEBOTS_DISABLE_SAVE_SCREEN_PERSPECTIVE_ON_CLOSE=1 # If defined, Webots w
export WEBOTS_ALLOW_MODIFY_INSTALLATION=1 # If defined, you are allowed to modify files in the Webots home using Webots.


############################################################################
# These aliases are useful in combination with the Atom source code editor #
############################################################################

alias atom="PATH=/mingw64/bin:/usr/bin:/C/WINDOWS/system32 /C/Users/$USER/AppData/Local/atom/bin/atom.cmd"
alias reset_atom="edit --clear-window-state"


####################################################################################################
# These aliases / environment variables allow to easily switch between a two webots source folders #
####################################################################################################
Expand Down
3 changes: 0 additions & 3 deletions scripts/install/msys64_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ declare -a OPTIONAL_PACKAGES=(
"git" # Distribution script (check_submodules_update.sh)
"pacman-contrib" # Distribution script (pactree)
"swig" # Python and Java API wrappers
"mingw-w64-x86_64-libssh" # Robotis OP2 robot window
"mingw-w64-x86_64-libzip" # Robotis OP2 robot window
"mingw-w64-x86_64-boost" # to recompile ROS controller
"mingw-w64-x86_64-cmake" # Thymio II dashel library
"mingw-w64-x86_64-python-pip" # Useful for advanced python usage
)

Expand Down

0 comments on commit 4553b96

Please sign in to comment.