Carrying Boost source code with mine
Hello, I need to use Boost (it would be great and save me a lot of work) in my software. However, I don't want to say to my users that they need to have boost installed. So, what's the best way to distribute boost around with my code? Right now, I only need variant. Should I just copy the include/variant to my include/boost? How do I know why files are needed if these are not just the only ones? Regards, -- Paulo Jorge Matos - pocm at soton.ac.uk http://www.personal.soton.ac.uk/pocm PhD Student @ ECS University of Southampton, UK
Hello Paulo,
----- Mensaje original -----
De: "Paulo J. Matos"
Hello, [...] Right now, I only need variant. Should I just copy the include/variant to my include/boost? How do I know why files are needed if these are not just the only ones?
Have a look at the bcp utility: http://www.boost.org/tools/bcp/bcp.html Best, Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
This is just great!!! Thank you! :)
Best,
Joaquín M López Muñoz Telefónica, Investigación y Desarrollo _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- Paulo Jorge Matos - pocm at soton.ac.uk http://www.personal.soton.ac.uk/pocm PhD Student @ ECS University of Southampton, UK
participants (2)
-
"JOAQUIN LOPEZ MU?Z"
-
Paulo J. Matos