From 69a7d96f6da07d7293cd879ded27bbb4162a8b28 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Mon, 25 May 2015 07:45:50 +0200 Subject: [PATCH] Add documentation on how to run frida without installing --- source/installing.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- 2.39.2