Building Stuff In Ubuntu?

Are you finding it hard to find all of those necessary libraries when building your binaries in Ubuntu/Debian?? Well my friend, I’m here to help, apparently you can install all the necessary dependencies with the Ubuntu/Debian apt-get command (if off course the package is in the database, hihi), just type:

sudo apt-get build-dep <package>

And you should be fine, all of the necessary dependencies will be downloaded and installed.

Leave a Reply

Your email address will not be published. Required fields are marked *