272
edits
No edit summary |
Hamzaalloush (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
: sure, why not - we should add anything here that may help others at some point, even if it's just for historic reasons, i.e. the project having a history before it gets a visible commit log. Besides openscenegraph.mk still seems to contain a bunch of static-build related build flags as far as I can tell, are you sure that dynamic/shared builds are intended to be supported ?--[[User:Hooray|Hooray]] ([[User talk:Hooray|talk]]) 18:38, 18 May 2015 (EDT) | : sure, why not - we should add anything here that may help others at some point, even if it's just for historic reasons, i.e. the project having a history before it gets a visible commit log. Besides openscenegraph.mk still seems to contain a bunch of static-build related build flags as far as I can tell, are you sure that dynamic/shared builds are intended to be supported ?--[[User:Hooray|Hooray]] ([[User talk:Hooray|talk]]) 18:38, 18 May 2015 (EDT) | ||
:: yes, you have to change the flags to build dynamically, and this is how you finally get shared libraries into /bin, else they get built into /lib with the *.a prefix as static. actually some shared libraries actually do get installed while some require linking with the plugins before encountering error , this is what i intend to work on -- [[User:Hamzaalloush|Hamzaalloush]] ([[User talk:Hamzaalloush|talk]]) 18:52, 18 May 2015 (EDT) | |||
edits