1.0.0 • Published 2 years ago

puf-gateway v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Setting up gateway firewall app on any system

Building on Windows

If seeing see this error, error: failed to run custom build command for `openssl-sys v0.9.58, check out this thread: stackoverflow

Building on ubuntu

Set up build environment

1) Follow instructions on https://rust-lang.org to run the command to install Cargo via shell. 1) run apt update & apt upgrade -y 1) run apt install build-essentials pkg-config libssl-dev

Building phase

  • Now, you can run cargo +nightly build --release