From 86dfa647c70a2f079ff89d66bd18d4c4f2642690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nemanja=20Nedeljkovi=C4=87?= Date: Fri, 1 Jun 2018 13:41:32 +0200 Subject: [PATCH] Updating documentation for arch linux --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index e044b5d..d928a1f 100644 --- a/README +++ b/README @@ -73,6 +73,9 @@ Building if you're using Kali 2.0 install: $ apt-get install libssl-dev libnl-genl-3-dev + Arch Building - + ----------------------------------------------------------------------- + $ pacman -S openssl-1.0 General - ------------------------------------------------------------------------ @@ -89,6 +92,9 @@ Building If you're using Kali 2.0 edit .config file and uncomment: CONFIG_LIBNL32=y + If you are using Arch, use this insread: + $ CFLAGS=' -MMD -O2 -Wall -g -I/usr/include/openssl-1.0 ' LDFLAGS=' -L/usr/lib/openssl-1.0 ' make + $ make I copied the certs directory and scripts from FreeRADIUS to ease that