Skip to content
Seppi edited this page Nov 27, 2013 · 1 revision

Bringing vapor in a runnable state from source can be done one of two ways.

  1. Using the scripts provided.
  2. Preparing the project by hand.

For best performance, use a version of love compiled with LuaJIT.

Scripted Workflow (*NIX)

Please ensure you have git, wget, zip and love available.

[email protected]:josefnpat/vapor.git && cd vapor
./setup.sh
./run.sh

Manual Workflow

  1. Download the latest version of the project.
  2. Download LoveFrames into src/lib/lf/ (check setup.sh for a git tag/commit)
  3. Download loveframes-gray-theme into src/lib/lf/Gray/ (check setup.sh for a git tag/commit)
  4. Push the git information into src/git.lua as per distgit.sh (optional)
  5. Run the run the src folder with love.
Clone this wiki locally