[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | ![]() |
Change directory into the distribution directory, then run the configure
script to configure the package for your system. The `INSTALL' file has
full details on how the configure
script works. Most installers will
simply run configure
with no additional arguments.
$ ./configure |
MyDNS has a few MyDNS-specific configuration options. Run
configure --help
to output a summary of all options.
After the configuration process is complete, build the package.
$ make |
Then, if the build completed successfully, install the package.
# make install |
The `mydns' binary should now be installed in the `sbin' dir beneath
the prefix
provided to the configure
script, if any. By default
it is installed as `/usr/local/sbin/mydns'.