aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2015-05-15 10:23:51 +0200
committerBjørn Mork <bjorn@mork.no>2015-05-15 10:23:51 +0200
commit02013228914a1d17e8df15d4e2b7950469395a5c (patch)
tree48d2fbe2f5a5adb60cbeabc26fadaec8e0fa82ed /INSTALL
parent9b3dbb454e8f8a463d5fe4541ee2001585527bc6 (diff)
ripe-atlas-fw: imported version 45204520
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 11 insertions, 3 deletions
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: