Tag: build-dep

  • 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…