[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: scons with toLua++
- From: "Nick Trout" <nick@...>
- Date: Mon, 29 Mar 2004 17:12:35 -0800
>> I'm trying to get toLua++ up and running. It's install file says this:
This version of tolua++ uses SCons to compile (http://www.scons.org). SCons is python based, IF YOU DON'T HAVE PYTHON, you can download a stand-alone
You don't have to use SCons to compile tolua++. Scons is just another make system, written in Python. You can make a static library out of tolua++ as you would with any other code on win32. Look at http://doris.sf.net/ for an example of this in a VC6 project.
Nick