OS already has a lot of the libraries required to compile most of cryptocurrencies, you can try compiling your altcoin daemon like this:
- git clone http://[githubofaltcoin]
- cd altcoin
- cd src
- make -f makefile.unix USE_UPNP=-
that should compile the daemon for that altcoin, feel free to share feedback or ask any question in the official thread so it can remain for future users with same doubts, we will share more friendly manuals later on.
P.S: you should remember to open the ports of that altcoin in the firewall, you can do it with
- sudo ufw allow PORT/TCP
Cheers.