lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


most windows developers do not use the manual 'make'..
dare I say most of them don't even know how to use it
on Win32. Heck they don't even know it exists! This is 
one of the annoyances with most unix packages ported to 
win32. imho you should not rely on make for heavy decision 
making in a Lua build.

Try writing clean docs instead? :)

Regards,
Jim


----- Original Message ----- 
From: "Reuben Thomas" <rrt@mupsych.org>
To: "Multiple recipients of list" <lua-l@tecgraf.puc-rio.br>
Sent: Thursday, January 31, 2002 10:46 AM
Subject: RE: Lua libraries


| > I would suggest is most Windoze users dont have cygwin or mingwin installed
| > and would be a lot more comfortable using their chosen compiler than
| > adopting this solution. You still end up having to build the whole thing
| > yourself on whatever compiler is available with whatever build system you
| > have. Anyway I think your point was that you want a simple way to add
| > libraries in the code, not that there are cross platform build issues.
| 
| A bit of both. Make works for most systems. Whatever the easy way of
| adding libraries is, it shouldn't rely on make (but with make it should be
| completely automatic).
| 
| -- 
| http://sc3d.org/rrt/ | RSA, n.  safety in numbers
| 
| 
|