doc
; include
; libRws
;
libhtmlw
; and src
(along with some other files)).
include/rtc-config.h
to reflect those options you want in the final binary, and the
definitions of some rTc defaults, see Section
Configuring rTc before Building
for more details. You may need
to modify the Imakefile to set the locations of header files and libraries.
% xmkmf % make Makefiles % make depend % make
As a simple test of rTc, try running it with the example files, as shown below.
% cd src % ./rtc -f user-file --system-file system-file
% cd src % ./rtc -f user-file-complete
Notes:-
I personally start rTc from
rTc does not need to be installed before it can can be used (see previous section), and you may need to be root to do this:-
% make install % make install.man
The installation of the manual only installs the unformatted man page, the user guide and preformatted man page are not touched.
Next Chapter, Previous Chapter
Table of contents of this chapter, General table of contents
Top of the document, Beginning of this Chapter