mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-24 04:34:19 +01:00
Building ttyd with MSYS2
- Download and install the latest version of MSYS2, make sure you've updated the package database.
- Install required dependencies:
pacman -S git binutilsand if you are using a 32bit Windows, also:pacman -S mingw-w64-i686-cmake - Build json-c and libwebsockets: cd to package dir and run
makepkg -s && pacman -U *.pkg.tar.xz. - Build ttyd: cd to ttyd dir and run
makepkg --skipchecksums.