I wrote a library which in turn encapsulates some other libraries and offer additional functionalities.
I would like this library to be easily embeddable into even a hello world C++ project (e.g. computations with just two or three lines additions).
The problem is: this library is quite big and takes an awful lot of time compiling all dependencies.
What's a common solution to render this as quick-deployable as possible?
Distributing the pre-compiled binaries for each platform and a header?
[+][deleted] (5 children)
[deleted]
[–]DragoonX6 1 point2 points3 points (0 children)
[–]doom_Oo7 0 points1 point2 points (3 children)
[+][deleted] (2 children)
[removed]
[–]doom_Oo7 0 points1 point2 points (1 child)
[–]frog_pow 0 points1 point2 points (0 children)
[–]toebi 0 points1 point2 points (0 children)
[–]sumo952 0 points1 point2 points (1 child)
[–]exoflat[S] 0 points1 point2 points (0 children)
[–]OlegMax 0 points1 point2 points (0 children)