Install file of RTLinux Execution Time Timers. Written by J. Vidal . 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.1 source code plus some new files added (do, examples, execution time timers implementation, ..) In order to install, please follow next steps: 1.- Install POSIX signals component. 2.- Install POSIX timers component: 3.- Install execution time timers component: 3.1- Configure Makfile variables. -edit Makefile and set RTLINUX variable to your RTLinux copy path. 3.2.- Type make install 4.- Change to the RTLinux directory. - type make xconfig - enable both posix signals, timers and execution time tmers. - type make clean ; make See exec_timers-info.pdf for more info. New features are by default disabled, you have to enable them before building RTLinux.