aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-12-29 20:41:36 +0200
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-12-29 20:41:36 +0200
commitae7b9a3bd3f54b5d0ba2db428944e38a3cd7b6a2 (patch)
tree86de296ce7aad603bc1b5a040426f9bb4aa85044 /docs
parent156139f11293691d97b06db826b7b8ff8327317b (diff)
Fix path change: compat/ -> extra/
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 27840f7..7bd1794 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -104,11 +104,12 @@ requires a few header files to be available:
#) *stdbool.h*, for definition of *bool*
If these header files do not come with your compiler, you can use the
-file *compat/pb_syshdr.h* instead. It contains an example of how to provide
+file *extra/pb_syshdr.h* instead. It contains an example of how to provide
the dependencies. You may have to edit it a bit to suit your custom platform.
-To use the pb_syshdr.h, define *PB_SYSTEM_HEADER* to be the name of your custom
-header file. It should provide all the dependencies listed above.
+To use the pb_syshdr.h, define *PB_SYSTEM_HEADER* as *"pb_syshdr.h"* (including the quotes).
+Similarly, you can provide a custom include file, which should provide all the dependencies
+listed above.
Running the test cases
======================