You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JohnTortugo edited this page Oct 5, 2012
·
5 revisions
Box is a Process Virtual Machine which emulates Linux x86 apps.
Setup Guide
You won't find any binary intaller right now, so the only way to install Box is building it from source. In order to do that, following packages are needed:
git
autoconf
make
gcc
Then, just follow the steps below:
# git clone git://github.com/JohnTortugo/Box.git
# cd Box
# autoconf
# ./configure --with-nogui
# make