diff options
author | Bruce Momjian | 2003-09-27 17:29:30 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-09-27 17:29:30 +0000 |
commit | bb9ec59419f813a2ab839ae96114ee6323e373ed (patch) | |
tree | 6cfedb55f7afbe60bb275aaab3352d83ae68b493 /src | |
parent | e349584d5d26f7c03e16d7fd77efdb85867e9c7c (diff) |
Add compile step to instructions.
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/thread/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/thread/README b/src/tools/thread/README index ac8133c1088..6d285302179 100644 --- a/src/tools/thread/README +++ b/src/tools/thread/README @@ -10,4 +10,5 @@ To use this program, you must: o add any THREAD_CPPFLAGS and THREAD_LIBS defines to your template/${port} file o run "configure --enable-thread-safety" + o compile the main source tree o compile and run this program |