01 Aug 13, 08:26PM
(01 Aug 13, 01:36PM)DeathCrew77 Wrote: Can you post a guide for linux please? I'm new with this OS :)
I'm not sure if you can find libraries from repos in the 'Software Center', as it's abstracted away Ubuntu repos and their store into one bloaty thing. To download packages you use a package manager, called apt (Ubuntu's default). So, you either type sudo apt-get install libenet1a in a terminal or download synaptic (graphical front end for apt) and search for libenet1a. Also, since ubuntu installs apturl, you can click on "use Ubuntu repos", too.
Libraries usually live in /lib, /usr/lib or /usr/local/lib. See this wiki page if you want to know what lives where in Linux/Unix.