Skip to content
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

Using Box

Developement

References

Clone this wiki locally