This was created to isolate lime's build process from my normal OS.
Install Vagrant as instructed by http://www.vagrantup.com/
Clone the repository via git
git clone https://github.com/twolfson/vagrant-lime
Launch the Vagrant instance
vagrant up
# Bringing machine 'default' up with 'virtualbox' provider...
When the instance is complete, you will be prompted to run the following commands
vagrant ssh
cd /vagrant/code/go/src/github/limetext/lime/frontend/termbox
./termbox
When the program launches, you should see an image similar to the screenshot at the top of this file.
It will be Ctrl+Q to exit.
At the time of writing, you must run
termbox
from withinvagrant
. There is no way to runlime
on the host OS.
Documentation/Vagrantfile created against https://github.com/limetext/lime/wiki/Building/61390a7
In lieu of a formal styleguide, take care to maintain the existing coding style.
Support this project and others by twolfson via gittip.
As of Jan 31 2014, Todd Wolfson has released this repository and its contents to the public domain.
It has been released under the UNLICENSE.