From 02013228914a1d17e8df15d4e2b7950469395a5c Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Fri, 15 May 2015 10:23:51 +0200 Subject: ripe-atlas-fw: imported version 4520 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjørn Mork --- INSTALL | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index a7902ab..095137b 100644 --- a/INSTALL +++ b/INSTALL @@ -3,9 +3,17 @@ Building: The BusyBox build process is similar to the Linux kernel build: - make menuconfig # This creates a file called ".config" - make # This creates the "busybox" executable - make install # or make CONFIG_PREFIX=/path/from/root install + cd libevent-2.0.20-stable # first build libevent + ./configure --prefix=/usr/local/atlas + make install + cd ../ + make # This creates the "busybox" executable + make install # installs to /usr/local/atlas/bb-13.3/ + mkdir -p /home/atlas/crons/7 /home/atlas/data/new + cp examples/cron.root.7 /home/atlas/crons/7/root + /usr/local/atlas/bb-13.3/usr/sbin/eperd -c /home/atlas/crons/7 -A 19807 -P /home/atlas/status/perd-7.pid.vol -O /home/atlas/data/new/7 # it is ok to see output "eperd: in my_exit (exit was called!) Aborted + # your output is appended to file /home/atlas/data/new/7. + tail -f /home/atlas/data/new/7 The full list of configuration and install options is available by typing: -- cgit v1.2.3