diff --git a/Build-I2P-on-Linux.md b/Build-I2P-on-Linux.md new file mode 100644 index 0000000..ffcf9cd --- /dev/null +++ b/Build-I2P-on-Linux.md @@ -0,0 +1,5 @@ +# Building I2P on Linux / MacOS + +MacOS: `brew install boost openssl zlib` \ +Debian-based (Debian / Ubuntu / Mint / etc): `sudo apt install build-essential libboost-all-dev libssl-dev zlib1g-dev` \ +Arch-based: `sudo pacman -S boost openssl zlib base-devel` \ \ No newline at end of file