How to build the TRD Standalone FeeServer Core (trdfs) ====================================================== The trdfs uses the autotools (autoconf, automake, libtool) for the build process. In addition, there are provisions to building and ipkg with the # initialize the autotools ./bootstrap # configure the package # # You might need to add CPPFLAGS="-I..." and LDFLAGS="-L..." to point # to DIM. See ./configure --help for more options. ./configure --host=arm-linux-uclibc # build the package make # now you have the full autotools-glory to install the package, e.g.: make install # bad: will install on build system make DESTDIR=/tmp/foo install make DESTDIR=/tmp/foo install-strip ## This procedure can be abreviated by running a command used by the ipkg ## build process: ipkg/rules build How to build the TRD Standalone FeeServer Core (trdfs) ====================================================== # The creation of an ipkg for installation in the flash disk of a DCS # board is mosly automated: ./bootstrap fakeroot ipkg-buildpackage