From 4ce86131434ab343ecc5abc43542e610d744b897 Mon Sep 17 00:00:00 2001 From: Patrick Neumann Date: Thu, 11 Jul 2024 17:06:35 +0000 Subject: [PATCH] =?UTF-8?q?FreeBSD=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FreeBSD.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 FreeBSD.md diff --git a/FreeBSD.md b/FreeBSD.md new file mode 100644 index 0000000..0007efa --- /dev/null +++ b/FreeBSD.md @@ -0,0 +1,10 @@ +On a plain FreeBSD install you have to install the following packages before you will be able to use ios2html: + +``` +pkg install bash +pkg install python27 +pkg install base64 +pkg install vim (xxd) +pkg install libplist +pkg install sqlite3 +``` \ No newline at end of file