Shadowsocks-libev is written in pure C and depends on libev. It's designed to be a lightweight implementation of shadowsocks protocol, in order to keep the resource usage as low as possible.
Shadowsocks-libev is written in pure C and depends on libev. It's designed to be a lightweight implementation of shadowsocks protocol, in order to keep the resource usage as low as possible.
To install shadowsocks-libev, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install shadowsocks-libev
To see what files were installed by shadowsocks-libev, run:
port contents shadowsocks-libev
To later upgrade shadowsocks-libev, run:
sudo port selfupdate && sudo port upgrade shadowsocks-libev
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.