Page 1 of 1

How to Make

Posted: 24 Sep 2008, 10:41
by janeks
Hi!

Sorry for dummy question, but it seems for me that there is no Make command in Bubba2 - how I can get them. I would like to do some tweaks - but that requires compile.

Sorry if I am wrong - just begginer in linux!

Thanks in advance,
Janeks

Re: How to Make

Posted: 24 Sep 2008, 10:49
by carl
janeks wrote:Hi!

Sorry for dummy question, but it seems for me that there is no Make command in Bubba2 - how I can get them. I would like to do some tweaks - but that requires compile.

Sorry if I am wrong - just begginer in linux!

Thanks in advance,
Janeks
to get make, issue following command as root:

Code: Select all

apt-get install make
/Carl