-
Notifications
You must be signed in to change notification settings - Fork 1
Home
JohnTortugo edited this page Oct 5, 2012
·
5 revisions
Box is a Process Virtual Machine which emulates Linux x86 apps.
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