msys2
This commit is contained in:
parent
8a4d09cd27
commit
8d3f4ec071
2 changed files with 109 additions and 0 deletions
|
@ -40,6 +40,7 @@ RTFD
|
||||||
public/lxc/index
|
public/lxc/index
|
||||||
public/markdown/index
|
public/markdown/index
|
||||||
public/mdadm/index
|
public/mdadm/index
|
||||||
|
public/msys2/index
|
||||||
public/nginx/index
|
public/nginx/index
|
||||||
public/openssl/index
|
public/openssl/index
|
||||||
public/pandoc/index
|
public/pandoc/index
|
||||||
|
|
108
docs/public/msys2/index.rst
Normal file
108
docs/public/msys2/index.rst
Normal file
|
@ -0,0 +1,108 @@
|
||||||
|
msys2
|
||||||
|
=====
|
||||||
|
|
||||||
|
.. todo:: description
|
||||||
|
|
||||||
|
Configure
|
||||||
|
---------
|
||||||
|
|
||||||
|
* unarchive msys2-base-x86_64-YYYYMMDD.tar.xz
|
||||||
|
|
||||||
|
* edit /etc/pacman.conf
|
||||||
|
|
||||||
|
.. code:: ini
|
||||||
|
|
||||||
|
[options]
|
||||||
|
ILoveCandy
|
||||||
|
|
||||||
|
.. todo:: disable mingw32 group
|
||||||
|
|
||||||
|
* edit /etc/pacman.d/mirrorlist.msys
|
||||||
|
|
||||||
|
.. code:: ini
|
||||||
|
|
||||||
|
Server = http://
|
||||||
|
Server = file:///c/
|
||||||
|
|
||||||
|
.. todo:: mingw64 mirrorlist
|
||||||
|
|
||||||
|
* run msys2_shell.cmd
|
||||||
|
* close window at the end of the process
|
||||||
|
|
||||||
|
user
|
||||||
|
^^^^
|
||||||
|
|
||||||
|
* edit ~/.profile
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
source /usr/share/git/git-prompt.sh
|
||||||
|
|
||||||
|
.. todo:: test if exists
|
||||||
|
|
||||||
|
Use
|
||||||
|
---
|
||||||
|
|
||||||
|
* run msys2_shell.cmd
|
||||||
|
|
||||||
|
.. todo:: optional mingw64 argument
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
pacman -Syu
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
pacman -S package1 …
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
pacman -Scc
|
||||||
|
|
||||||
|
Packages
|
||||||
|
--------
|
||||||
|
|
||||||
|
mingw
|
||||||
|
^^^^^
|
||||||
|
|
||||||
|
* mingw-w64-x86_64-putty
|
||||||
|
|
||||||
|
msys
|
||||||
|
^^^^
|
||||||
|
|
||||||
|
* upx
|
||||||
|
|
||||||
|
broken
|
||||||
|
^^^^^^
|
||||||
|
|
||||||
|
* mingw-w64-x86_64-darktable
|
||||||
|
* mingw-w64-x86_64-inkscape
|
||||||
|
|
||||||
|
test
|
||||||
|
^^^^
|
||||||
|
|
||||||
|
* bc
|
||||||
|
* binutils
|
||||||
|
* dos2unix
|
||||||
|
* emacs
|
||||||
|
* fish
|
||||||
|
* git
|
||||||
|
* make
|
||||||
|
* man
|
||||||
|
* markdown
|
||||||
|
* mc
|
||||||
|
* nano
|
||||||
|
* openssh
|
||||||
|
* p7zip
|
||||||
|
* pass
|
||||||
|
* pwgen
|
||||||
|
* python
|
||||||
|
* rsync
|
||||||
|
* subversion
|
||||||
|
* tar
|
||||||
|
* tig
|
||||||
|
* tmux
|
||||||
|
* tree
|
||||||
|
* vim
|
||||||
|
* xorriso
|
||||||
|
* zsh
|
Loading…
Reference in a new issue