New Shadowsocks-Libev version for FreeBSD Ports.
The shadowsocks-libev in FreeBSD Ports and PKG's version is very old, so this is the new version of freebsd ports.
- Confirm you have ports in your freebsd, check /usr/ports. If not, use
portsnap fetch extract
to install. - Go into shadowsocks-libev-ports directory, and do
make install
- Download txz file from Release page.
- Run
pkg install shadowsocks-libev-xxx.txz
.
If you are build from source, there's a lots of build depends packages was installed at first time (example: gmake, textinfo), you can remove them after make install
completed, use pkg autoremove
to remove them.