X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Fdoc.git;a=blobdiff_plain;f=source%2Finstalling.rst;h=59e31ea3086e6f27927e57b7fa22afb622e737fe;hp=e1fb8f03607401b18e8d68225effdf158183ec73;hb=69a7d96f6da07d7293cd879ded27bbb4162a8b28;hpb=2a11aaf9f4bef78ab6c84c444c80e5e357b63020 diff --git a/source/installing.rst b/source/installing.rst index e1fb8f0..59e31ea 100644 --- a/source/installing.rst +++ b/source/installing.rst @@ -45,3 +45,16 @@ I would recommend an out-of tree build which works as follows Which should generate you a frida binary. If you don't want to install gmoch/gtest you need to remove the stanzas from CMakeList and not run the tests. + +Running +======= + +If you want to run frida from the build directory instead of +installing it, you need to export ``LD_LIBRARY_PATH`` pointing to +your build directory so frida can find it's plugins and shared +libraries. Run it like + +.. code-block:: bash + + export LD_LIBRARY_PATH=`pwd`/build + build/frida