README 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* $XConsortium: README /main/2 1996/07/15 14:11:16 drk $ */
  2. dthelpdemo
  3. ----------
  4. The demo illustrates the use of the CDE Help system.
  5. Steps required to build and preview the dthelpdemo program:
  6. 1) Compile the dthelpdemo and sample help volume using the appropriate
  7. Makefile for your platform:
  8. a) Making both the dthelpdemo and help demo sample volume (helpdemo.sdl):
  9. make -f Makefile.[SUN|HP|IBM]
  10. b) Making only the dthelpdemo program:
  11. make -f Makefile.[SUN|HP|IBM] dthelpdemo
  12. c) Making only the dthelpdemo help volume (helpdemo.sdl):
  13. make -f Makefile.[SUN|HP|IBM] volume
  14. d) Cleaning all the generated files for dthelpdemo and the sample help
  15. volume:
  16. make -f Makefile.[SUN|HP|IBM] clean
  17. 2) Make sure the sample help volume "helpdemo.sdl" used by dthelpdemo is
  18. accessable via the DTUSERHELPSEARCHPATH environment variable. To do
  19. this use one of the supplied shell scripts:
  20. . ./helpdemoHelpEnv.sh
  21. or
  22. source ./helpdemoHelpEnv.csh
  23. 3) Copy the Dthelpdemo to either $HOME or the default location for app-defaults
  24. files on your system.
  25. 4) Run dthelpdemo:
  26. dthelpdemo
  27. 5) To clean up all files generated by the build use:
  28. make -f Makefile.[SUN|HP|IBM] clean