The following example illustrates the invocation of configure
and make
to build and install automake-<version>. This tool is
installed as a native utility and is independent of any RTEMS target.
mkdir b-automake cd b-automake ../automake-<VERSION>/configure --prefix=/opt/rtems-4.9 make all make info make install
After automake-<VERSION> is built and installed the build directory
b-automake
may be removed.
For more information on the invocation of configure
, please
refer to the documentation for automake-<VERSION> or invoke the
automake-VERSION> configure
command with the --help
option.
Copyright © 1988-2008 OAR Corporation