Advertisement
Guest User

INSTALL.TXT

a guest
Nov 4th, 2010
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Installing lupa
  2. ================
  3.  
  4. #) Download and unpack lupa
  5.  
  6. http://pypi.python.org/pypi/lupa
  7.  
  8. #) Download LuaJIT2
  9.  
  10. http://luajit.org/download.html
  11.  
  12. #) Unpack the archive into the lupa base directory, e.g.::
  13.  
  14. .../lupa-0.1/LuaJIT-2.0.0-beta4
  15.  
  16. #) Build LuaJIT::
  17.  
  18. cd LuaJIT-2.0.0-beta4
  19. make
  20. cd ..
  21.  
  22. If you need specific C compiler flags, pass them to ``make`` as follows::
  23.  
  24. make CFLAGS="..."
  25.  
  26. #) Build lupa::
  27.  
  28. python setup.py build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement