arunoda / node-usage

process usage lookup with nodejs
MIT License
389 stars 93 forks source link

Anybody please help me in installing g++ compiler on FREENAS (FreeBSD machine)? #59

Open gsingh306 opened 7 years ago

gsingh306 commented 7 years ago

I have mini FreeNAS and I need g++ compiler on it. No pre-installed g++ can be found on my NAS. Somewhere I read that we need to install gcc49 before installing g++. Is it true? If yes, then I believe below are the steps to install gcc49 on NAS, but I could not find "lang" or "clang" folder on my NAS. Could not find even portmaster folder.

You can install GCC 4.9 by building it from ports with cd /usr/port/lang/gcc49; make install clean or if you have portmaster portmaster -DHB lang/gcc49 or if you prefer packages with pkg install lang/gcc49

Could anybody please help me on this ? Need it urgent.