@@ -31,14 +31,16 To build it on linux you can look here h | |||
|
31 | 31 | If you can't access to it, first you will need a working qt5 kit with all the development packages. |
|
32 | 32 | Step 1: |
|
33 | 33 | You need to get a modified version of PythonQt, you can clone it from our repository |
|
34 | ```bash | |
|
34 | 35 | hg clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/USERS/JEANDET/PythonQt PythonQt |
|
35 | 36 | cd PythonQt |
|
36 | 37 | qmake-qt5 |
|
37 | 38 | make |
|
38 | 39 | sudo make install |
|
39 | ||
|
40 | ``` | |
|
40 | 41 | Step 2: |
|
41 | 42 | Get and install SocExplorer |
|
43 | ```bash | |
|
42 | 44 | hg clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorer SocExplorer |
|
43 | 45 | cd SocExplorer |
|
44 | 46 | qmake-qt5 |
@@ -46,13 +48,15 If you can't access to it, first you wil | |||
|
46 | 48 | sudo make install |
|
47 | 49 | mkdir -p ~/.SocExplorer/config |
|
48 | 50 | cp ressources/Grlib.xml ~/.SocExplorer/config/Grlib.xml |
|
49 | ||
|
51 | ``` | |
|
50 | 52 | Step 3: |
|
51 | 53 | Get and install SocExplorer main plugins |
|
54 | ```bash | |
|
52 | 55 | hg clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorerPlugins SocExplorerPlugins |
|
53 | 56 | qmake-qt5 |
|
54 | 57 | make |
|
55 | 58 | make install # /!\ As regular user! |
|
59 | ``` | |
|
56 | 60 | |
|
57 | 61 | Bug repports |
|
58 | 62 | ------------ |
General Comments 0
You need to be logged in to leave comments.
Login now