Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1 KB

README.org

File metadata and controls

42 lines (33 loc) · 1 KB

MU

https://img.shields.io/badge/Support%20Me-%F0%9F%92%97-ff69b4.svg

  • Screenshot

mu.png

1) install makepkg tool

pacman -S base-devel msys-devel gcc git

2) clone packages repo

cd ~
git clone https://github.com/msys2-unofficial/MSYS2-packages.git --depth=1

3) make and install mu depends

cd ~/MSYS2-packages/xapian-core
makepkg -s
pacman -U xapian-core-1.4.21-1-x86_64.pkg.tar.zst

cd ~/MSYS2-packages/gmime3
makepkg -s
pacman -U gmime3-3.2.7-1-x86_64.pkg.tar.zst

4) make and install mu

cd ~/MSYS2-packages/mu
makepkg -sf
pacman -U mu-git-20221003-1-x86_64.pkg.tar.zst