From: Christoph Egger Date: Mon, 25 May 2015 05:45:50 +0000 (+0200) Subject: Add documentation on how to run frida without installing X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Fdoc.git;a=commitdiff_plain;h=69a7d96f6da07d7293cd879ded27bbb4162a8b28 Add documentation on how to run frida without installing --- 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