aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
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: