Skip to content

Instantly share code, notes, and snippets.

@hnakamur
Created September 1, 2012 09:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hnakamur/3568370 to your computer and use it in GitHub Desktop.
Save hnakamur/3568370 to your computer and use it in GitHub Desktop.
how to build luvit on windows7 x64
# how to build luvit on windows7 x64
## setup msysgit
http://code.google.com/p/msysgit/
download and execute
Git-1.7.11-preview20120710.exe
installation target: C:\msysgit
check "Git Hash Here"
Configuring the line ending conversions
Checkout as-is, commit Unit-style line endings
## setup Python
http://python.org/download/
Python 2.7.3 Windows X86-64 Installer
## build
set PATH=C:\Python27;C:\msysgit\bin;%PATH%
mkdir \src\luvit
cd \src\luvit
git clone https://github.com/luvit/luvit.git --recursive
cd luvit
python configure
python tools\build.py build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment