Install file of RTLinux POSIX Timers. Written by J. Vidal , F. Vazquez, I. Ripoll Copyright (C) [date] OCERA Consortium. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation version 2. The code is distributed as a patch file against rtlinux-3.2pre1 source code plus some new files added (do, examples, timers API implementation, ..) In order to install, please follow next steps: 1.- Install POSIX signals component. 2.- Install POSIX timers component: 2.1- Configure Makefile variables. -edit Makefile and set RTLINUX variable to your RTLinux copy path. 2.2.- Type make install 3.- Change to the RTLinux directory. - type make xconfig - enable both posix signals & timers. - type make clean ; make See ./doc directory for more info. New features are by default disabled, you have to enable them before building RTLinux.