- Install rust and cargo via rustup
- Select default toolchain nightly.
- Change project directory
$ cd check_ip
- Start building run:
$ cargo build --release
- Copy binary file
$ cp target/release/check_ip /usr/local/bin/check_ip
- Download binary package.
- Run
$ pkg add check_ip.[version].freebsd-[arch].txz