c9 / install

Cloud9 SSH installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apt-get build-essential requirement

portokallidis opened this issue · comments

My system doesnt have the build-essential package and the c9 ssh install fails to initiate my workspace without providing any feedback on the error on the automatic.
When i run the manual one-line script i got
$ Error: please install make to proceed
To do so, log into your machine and type 'sudo apt-get install build-essential'
So i fixed it by install the package.