From 76fa7209a507bd1e9aa3e88a548d5c4fde6ee41c Mon Sep 17 00:00:00 2001 From: fullgream Date: Fri, 6 Mar 2026 16:10:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Build=20I2P=20on=20Linux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build-I2P-on-Linux.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Build-I2P-on-Linux.md 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