phoenix-firestorm/indra/test_apps/llfbconnecttest
Monty Brandenberg 5b542e227b All: Committing to llqtwebkit2 and the future. Updating all libraries.
Updating SDL to 290561, c-ares to 290399, Boost to 290566, colladadom
to 290576, curl to 290567, fontconfig to 290569, freetype to 290557,
google-mock to 290574, libpng to 290558, libxml2 to 290562, llqtwebkit
to 290578, openssl to 290560, PCRE to 290406, zlib to 290556.  Document
compiling and linking in new 00-COMPILE-LINK-RUN.txt in indra/cmake.  It
is the README for the building process based on things learned during
this library project.  Switch building process back to style used for
new llqtwebkit2 repo.  This builds shared libraries for Qt4 products
on all platforms using current build machines and TC task templates.
All platforms are building.  All have comparable FPS rates.  Builds are
getting quieter.  Forward, comrades!
2014-06-03 19:37:58 -04:00
..
CMakeLists.txt All: Committing to llqtwebkit2 and the future. Updating all libraries. 2014-06-03 19:37:58 -04:00
README.Linden All/Mac: Update libraries to new template builds. Package for static libz/libpng/openssl. 2014-04-14 17:59:00 -04:00
bookmarks.txt
llfbconnecttest.cpp ACME-72 FIX Streamline Webkit test app for FB Connect testing 2013-02-23 01:05:00 +00:00
llfbconnecttest.h

README.Linden

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.