Skip to content
zx9597446 edited this page Mar 20, 2012 · 8 revisions

Build on Windows7 (x64)

  1. install git on windows
  2. install python2
  3. git clone git://github.com/luvit/luvit.git --recursive
  4. open command shell ; cd luvit/tools/gyp then python setup.py
  5. open command shell ; cd luvit/tools then to generate project files on 32bit windows: python gyp_luvit to generate project files on 64bit windows: set GYP_DEFINES=target_arch=x64 && python gyp_luvit

Building in OSX

  1. make CC="gcc -arch i386"

Bundle

$ make bundle