What is the quickest way to add development tools (compilers, etc.) to my VPS?

Assuming you are using CentOS/Fedora/RedHat , as root type :

<pre>yum -y groupinstall ‘Development Tools'</pre>

If you are using a debian-based distribution, as root type :

<pre>apt-get -y install build-essential</pre>

 

Leave a Reply

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