I make use of an external dependency (bignum: 
[https://github.com/FedeOmoto/bignum](https://github.com/FedeOmoto/bignum)) 
which I've install via nimble install bignum. And every compiles and runs fine 
- locally.

If I deploy my mac to run on a different machine, the bignum library is missing 
and I have to install it again via nimble.

Is there any way to avoid that? (that is: to incorporate bignum's sources to my 
project).

P.S. The question is not so bignum-specific, but more general, concerning any 
library installed via nimble install ...

Reply via email to