From 22394a6254e0951be2601f9d18f40ea44adf24a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Tue, 8 Feb 2022 12:47:08 +0100 Subject: [PATCH] Update 'getPathForPython' --- getPathForPython.md | 1 + 1 file changed, 1 insertion(+) diff --git a/getPathForPython.md b/getPathForPython.md index bef1e15..831d3ac 100644 --- a/getPathForPython.md +++ b/getPathForPython.md @@ -2,6 +2,7 @@ This script is a helper function for the python scripts. It loads the hardcoded First, compile the script to be a standalone executable that can be called by pyhton: ``` +cd Code/Selection/ComparisonTool g++ getPathForPython.cc `root-config --libs --cflags` -o getPathForPython ```