To install gcc and make on Snappy you will need to install wget, there is a guide on that here: https://lasse-it.dk/2015/10/how-to-installing-wget-on-ubuntu-snappy-core/
When you have done that type the following commands to download and install make and gcc:
wget https://lasse-it.dk/files/installmake.sh ./installmake.sh
now make and gcc is installed 🙂
2 thoughts on “How to: Installing make and gcc on Ubuntu Snappy core”
Link seems broken,
(RaspberryPi2)ubuntu@localhost:~$ wget https://lasse-it.dk/files/installmake.sh
–2016-02-05 19:34:27– https://lasse-it.dk/files/installmake.sh
Resolving lasse-it.dk (lasse-it.dk)… 104.28.9.80, 104.28.8.80, 2001:16d8:dd00:250::2
Connecting to lasse-it.dk (lasse-it.dk)|104.28.9.80|:443… connected.
GnuTLS: A TLS fatal alert has been received.
Unable to establish SSL connection.
Ajay Jain
It looks like a client error, what happens if you type this instead:
wget https://gist.githubusercontent.com/lasse-it/4bf0551de20fd6345b12/raw/93dbc8d614a565b01af8e256bf249842af96abde/installmake.sh
Lasse Hyldahl Jensen