Installing Swift and Perfect on Ubuntu

Опубликовано: 25 Май 2026
на канале: Chris Chadillon
645
8

Command to Install Git:
$ sudo apt-get install git

Download The Release Version Of Swift for Ubuntu from this URL:
https://swift.org/download/#releases

These are the commands need to install the extra packages Linux needs:
$ sudo apt-get install clang libicu-dev
$ sudo apt-get install openssl libssl-dev uuid-dev

Get the Perfect-HTTPServer dependencies from this URL:
https://github.com/PerfectlySoft/Perf...

Get the basic server from this URL:
https://github.com/chrischadillon/res...