mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-06 10:54:22 +01:00
7 lines
338 B
Markdown
7 lines
338 B
Markdown
# 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`.
|
|
|
|
[1]: http://msys2.github.io |