You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install dependencies. During installation, use default=all by leaving the input blank and pressing enter.
64-bit: pacman -S mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake git
32-bit: pacman -S mingw-w64-i686-toolchain make mingw-w64-i686-cmake git
But it seems like that script requires unzip and zip packages to be installed on the system. So it would be better if we just add those packages to the dependency installation section in the installing.md.
How to reproduce:
Install MSYS2 (Windows) freshly
Do not install any packages, only execute the commands listed in the installing.md.
When executing the SDK installer script, it will fail saying that Please install unzip on your system ...
The text was updated successfully, but these errors were encountered:
Additionally, it is also not written in the guide that you have to restart your MSYS2 after you install sdkman. It will display that the command sdk is not found if you directly try to install. Either you have to resource the bash_profile using source ~/.bash_profile or you have to restart the MSYS2 to get it working.
To install the dependencies, the guide says:
And then it says to install JDK 21,
But it seems like that script requires
unzip
andzip
packages to be installed on the system. So it would be better if we just add those packages to the dependency installation section in theinstalling.md
.How to reproduce:
installing.md
.Please install unzip on your system ...
The text was updated successfully, but these errors were encountered: