Apps :: where's make command?
Hi,
When I use "make" command, xterm says "command not found".
What shoud I do to make "make" working? I wanted to compile some programs, but I can't becouse of this...
I would be grateful for some hints
You need to install gcc. It is not part of the base DSL system.
Go to: Apps/Tools/Enable Apt
Once enabled use: apt-get install gcc
It works now Thanks a lot!
original here.