diff options
author | Aura Linden <aura@lindenlab.com> | 2014-08-18 13:02:20 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2014-08-18 13:02:20 -0700 |
commit | f5181b03bbb99d4ca57d9f5f3a939c3b4e9a2243 (patch) | |
tree | 45397995d48776ec92b1f707016a0228dbbe862b /indra/test_apps/llfbconnecttest/README.Linden | |
parent | b12e241751bef94cecb99e5577f1a75f0cbe2147 (diff) | |
parent | b021c90e7bccdd0f9a916946e7716a00034254c2 (diff) |
Pulled merge from release
Diffstat (limited to 'indra/test_apps/llfbconnecttest/README.Linden')
-rw-r--r-- | indra/test_apps/llfbconnecttest/README.Linden | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/indra/test_apps/llfbconnecttest/README.Linden b/indra/test_apps/llfbconnecttest/README.Linden new file mode 100644 index 0000000000..7488ce680a --- /dev/null +++ b/indra/test_apps/llfbconnecttest/README.Linden @@ -0,0 +1,20 @@ + +1. Description + + Exercises SLPlugin. Specific functions and goals aren't clear + from the source. + +2. Running + + 2.1 Mac + + Make certain '.' is included in PATH. E.g.: + + PATH=.:"$PATH" open build-darwin-i386/test_apps/llfbconnecttest/RelWithDebInfo/llfbconnecttest.app + + Otherwise the program won't find SLPlugin and will timeout and + fail after 30 seconds and give you little information as to why. + + Running 'dtruss' on plugin test applications will give you a great + deal of insight into why they aren't activating. + |