# Installation Script for Linux Development Environment # Update and Upgrade System pacman -Syu –noconfirm # Install Development Tools pacman -S –noconfirm base-devel vim git \ mingw-w64-i686-gcc ruby mingw-w64-i686-cmake \ mingw-w64-i686-gdb mingw-w64-i686-gdb-doc \ mingw-w64-i68...
坚持 “跨平台” 的策略,外加坚持服务端为主,桌面程序也不放手。
1、修改msys2安装目录下的/etc/pacman.d文件夹里面的3个mirrorlist.*文件 [mirrorlist.mingw32]#中国科学技术大学开源软件镜像Server= http://mirrors.ustc.edu.cn/msys2/mingw/i686/#北京理工大学开源软件镜像Server= http://mirror.bit.edu.cn/msys2/REPOS/MINGW/i686#清华大学开源软件镜像Server= https://mirro...
You will probably want to install some tools like the mingw-w64 GCC to start compiling projects. Run the following command: $ pacman -S mingw-w64-ucrt-x86_64-gcc The terminal window will show the output as below. Press 'Enter' to continue: resolving dependencies... looking for conflict...
$ sudo yum group install "Development Tools" $ sudo yum install wget curl git $ sudo yum install glibc-static libstdc++-static $ vim /etc/yum.repos.d/nasm.repo // repo没有2.13版本的nasm,因此手动安装;debian 需要手动下载deb:https://packages.debian.org/sid/nasm ...
pacman -S --needed base-devel cd ${package-name} makepkg To install the built package(s). pacman -U ${package-name}*.pkg.tar.xz License MSYS2-packages is licensed under BSD 3-Clause "New" or "Revised" License. A full copy of the license is provided in LICENSE.About...
windows ssh template privacy install powershell telemetry yubikey gpg chocolatey msys2 automated tweak debloat power-user windows-tweaks hardware-key poweruser debloat-script windows11 Updated May 24, 2023 PowerShell mviereck / runx Star 90 Code Issues Pull requests Provide X server on MS Window...
Fortunately, setting up a SSH server is quite easy. First, we need to install theopensshpackage: $pacman-S openssh Unlike most Unix-like systems, simply installing the package won’t enable the server. You need to create keys for the SSH server to use: ...
Python in this case is the standard Windows Python 2.7 install. Can you compare with the output you see from idf.py? My output is: Code:Select all Executing "C:\Python27\python.exe C:\Users\xxxx\esp\esp-idf\tools/idf_monitor.py -p COM11 -b115200C:\Users\xxxx\esp\hello_world\build...
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" 因为msys2没有chsh,所以直接在conemu里更改默认shell(我没找到其他好办法orz) set CHERE_INVOKING=1 & %ConEmuDrive%\msys64\usr\bin\zsh.exe --login -i -new_console:C:"%ConEmuDrive%\ms...