Files
ttyd/msys2
Shuanglei Tao e568284dd0 Bump to 1.4.3
2019-04-20 13:36:10 +08:00
..
2018-08-16 00:29:49 +08:00
2019-04-20 13:36:10 +08:00
2018-08-21 16:24:42 +08:00

Building ttyd with MSYS2

  1. Download and install the latest version of MSYS2, make sure you've updated the package database.
  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.