Tutorial FREEBSD INSTALL GMAKE.

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Blaze

Elite
Elite
VIP
Joined
Jan 28, 2019
Messages
507
Credits
635
You open Putty or another SSH program.

Ignore the errors that come TRD works!

Everything that opens directly confirm with Enter (ok).

then have fun here the codes:

Code:
Expand Collapse Copy
cd /usr/ports/devel/gmake && make install -DEBATCH clean
Code:
Expand Collapse Copy
 /usr/ports/devel/makedepend && make install -DEBATCH clean
Code:
Expand Collapse Copy
cd /usr/ports/devel/subversion && make install -DEBATCH clean
Code:
Expand Collapse Copy
cd /usr/ports/lang/gcc48/ && make install -DEBATCH clean
here again as a PKG version
Code:
Expand Collapse Copy
pkg install gmake
Code:
Expand Collapse Copy
pkg install makedepend
Code:
Expand Collapse Copy
pkg install subversion
Code:
Expand Collapse Copy
pkg install gcc48
Hope this helps someone.
 
You open Putty or another SSH program.

Ignore the errors that come TRD works!

Everything that opens directly confirm with Enter (ok).

then have fun here the codes:

Code:
Expand Collapse Copy
cd /usr/ports/devel/gmake && make install -DEBATCH clean
Code:
Expand Collapse Copy
 /usr/ports/devel/makedepend && make install -DEBATCH clean
Code:
Expand Collapse Copy
cd /usr/ports/devel/subversion && make install -DEBATCH clean
*** Hidden text: cannot be quoted. ***

Code:
Expand Collapse Copy
cd /usr/ports/lang/gcc48/ && make install -DEBATCH clean
here again as a PKG version
Code:
Expand Collapse Copy
pkg install gmake
Code:
Expand Collapse Copy
pkg install makedepend
Code:
Expand Collapse Copy
pkg install subversion
*** Hidden text: cannot be quoted. ***

Code:
Expand Collapse Copy
pkg install gcc48
Hope this helps someone.
 
Back
Top