diff --git a/README b/README --- a/README +++ b/README @@ -31,14 +31,16 @@ To build it on linux you can look here h If you can't access to it, first you will need a working qt5 kit with all the development packages. Step 1: You need to get a modified version of PythonQt, you can clone it from our repository +```bash hg clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/USERS/JEANDET/PythonQt PythonQt cd PythonQt qmake-qt5 make sudo make install - +``` Step 2: Get and install SocExplorer +```bash hg clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorer SocExplorer cd SocExplorer qmake-qt5 @@ -46,13 +48,15 @@ If you can't access to it, first you wil sudo make install mkdir -p ~/.SocExplorer/config cp ressources/Grlib.xml ~/.SocExplorer/config/Grlib.xml - +``` Step 3: Get and install SocExplorer main plugins +```bash hg clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorerPlugins SocExplorerPlugins qmake-qt5 make make install # /!\ As regular user! +``` Bug repports ------------