Update README.md (#119)

This commit is contained in:
Daniele
2018-08-21 10:24:42 +02:00
committed by Shuanglei Tao
parent 176f3e18a3
commit 250ac186c7

View File

@@ -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
[1]: http://msys2.github.io