-
Notifications
You must be signed in to change notification settings - Fork 24
Building Vapor
Seppi edited this page Nov 27, 2013
·
1 revision
Bringing vapor in a runnable state from source can be done one of two ways.
- Using the scripts provided.
- Preparing the project by hand.
For best performance, use a version of love compiled with LuaJIT.
Please ensure you have git
, wget
, zip
and love
available.
[email protected]:josefnpat/vapor.git && cd vapor
./setup.sh
./run.sh
- Download the latest version of the project.
- Download LoveFrames into
src/lib/lf/
(checksetup.sh
for a git tag/commit) - Download loveframes-gray-theme into
src/lib/lf/Gray/
(checksetup.sh
for a git tag/commit) - Push the git information into
src/git.lua
as perdistgit.sh
(optional) - Run the run the
src
folder with love.