[Scons-users] Installing libraries
Stijn De Ruyck
Stijn.DeRuyck at onsemi.com
Wed Jan 28 12:39:01 EST 2015
Hello,
I would like to create a self-contained distributable directory "dist" including all executables, config files, docs and 3rd party libraries.
The problem I have is these 3rd party libraries can be installed in different locations on different developer machines, so I don't want to hardcode paths in SConstruct. I could try and fix that, but I wondered if there is a more flexible SCons approach to this?
I short: I want to translate
env.Append(LIBS = [
'm',
'pthread',
'boost_chrono',
'boost_iostreams',
'muparser',
'therond',
.......
])
into a list of actual path names that I can use in
env.Install("#dist/"+env['build']+"/lib/"," ??? ")
Any suggestions?
Thank you,
Stijn De Ruyck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20150128/59d5bace/attachment.html>
More information about the Scons-users
mailing list