If you want to install GNU Make on your NetBSD system, you can follow these steps:
Open a terminal on your NetBSD system.
Install the necessary tools if you haven't already. Type the following command:
$ pkgin update
$ pkgin install gcc make
The gcc
package will install the GNU Compiler Collection that is needed to compile Make, while make
provides the default NetBSD make utility.
$ ftp http://ftp.gnu.org/gnu/make/make-<VERSION>.tar.gz
Make sure to replace <VERSION>
with the version of Make you want to install.
$ tar -xzf make-<VERSION>.tar.gz
$ cd make-<VERSION>
$ ./configure
$ make
$ su
$ make install
This will install GNU Make to /usr/local/bin/make
.
$ make -v
This should display the version of GNU Make you have just installed.
Congratulations! You have successfully installed GNU Make on your NetBSD system.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!