From: John L. <jla...@gm...> - 2005-11-20 21:31:11
|
On 11/20/05, John Labenski <jla...@gm...> wrote: > > NOTE: where do we want to install wxLua libraries and headers on unix ? > > $PREFIX/lib and $PREFIX/include seem a nice place for me, but we can co= nsider also > > $PREFIX/lib/wxlua and $PREFIX/include/wxlua, specially if our lua heade= rs/libs could give > > problems to other builds of lua installed in the same prefix... > > I guess we need to put them in $PREFIX/wxlua so the user just does -I > $PREFIX/wxlua in their Makefiles if they install it and or just -I > path/to/wxlua/modules if they didn't and it'll work both ways. Sorry should be eg. modules/lua/include/*.h modules/wxbind/include/*.h modules/wxlua/include/*.h modules/wxluadebug/include/*.h modules/wxluasocket/include/*.h go to $PREFIX/include/wxlua/lua/include/*.h $PREFIX/include/wxlua/wxbind/include/*.h $PREFIX/include/wxlua/wxlua/include/*.h $PREFIX/include/wxlua/wxluadebug/include/*.h $PREFIX/include/wxlua/wxluasocket/include/*.h It's a little weird, but for the above reason I think it has to be this way= . Regards, John Labenski |