From 250ac186c76f600b2f847a021498e55c2a5d4537 Mon Sep 17 00:00:00 2001 From: Daniele Date: Tue, 21 Aug 2018 10:24:42 +0200 Subject: [PATCH] Update README.md (#119) --- msys2/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/msys2/README.md b/msys2/README.md index 17ec3a5..93561cd 100644 --- a/msys2/README.md +++ b/msys2/README.md @@ -1,7 +1,8 @@ # Building ttyd with [MSYS2][1] 1. Download and install the **latest** version of [MSYS2][1], make sure you've updated the package database. -2. Build json-c and libwebsockets: cd to package dir and run `makepkg -s && pacman -U *.pkg.tar.xz`. -3. Build ttyd: cd to ttyd dir and run `makepkg --skipchecksums`. +2. Install required dependencies: `pacman -S git binutils` and if you are using a 32bit Windows, also: `pacman -S mingw-w64-i686-cmake` +3. Build json-c and libwebsockets: cd to package dir and run `makepkg -s && pacman -U *.pkg.tar.xz`. +4. Build ttyd: cd to ttyd dir and run `makepkg --skipchecksums`. - [1]: http://msys2.github.io \ No newline at end of file + [1]: http://msys2.github.io -- 2.43.4