@@ -31,7 +31,7 To build it on linux you can look here h | |||||
31 | If you can't access to it, first you will need a working qt5 kit with all the development packages. |
|
31 | If you can't access to it, first you will need a working qt5 kit with all the development packages. | |
32 | Step 1: |
|
32 | Step 1: | |
33 | You need to get a modified version of PythonQt, you can clone it from our repository |
|
33 | You need to get a modified version of PythonQt, you can clone it from our repository | |
34 |
``` |
|
34 | ```Bash | |
35 | hg clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/USERS/JEANDET/PythonQt PythonQt |
|
35 | hg clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/USERS/JEANDET/PythonQt PythonQt | |
36 | cd PythonQt |
|
36 | cd PythonQt | |
37 | qmake-qt5 |
|
37 | qmake-qt5 | |
@@ -40,7 +40,7 If you can't access to it, first you wil | |||||
40 | ``` |
|
40 | ``` | |
41 | Step 2: |
|
41 | Step 2: | |
42 | Get and install SocExplorer |
|
42 | Get and install SocExplorer | |
43 |
``` |
|
43 | ```Bash | |
44 | hg clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorer SocExplorer |
|
44 | hg clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorer SocExplorer | |
45 | cd SocExplorer |
|
45 | cd SocExplorer | |
46 | qmake-qt5 |
|
46 | qmake-qt5 | |
@@ -51,7 +51,7 If you can't access to it, first you wil | |||||
51 | ``` |
|
51 | ``` | |
52 | Step 3: |
|
52 | Step 3: | |
53 | Get and install SocExplorer main plugins |
|
53 | Get and install SocExplorer main plugins | |
54 |
``` |
|
54 | ```Bash | |
55 | hg clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorerPlugins SocExplorerPlugins |
|
55 | hg clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/SocExplorerPlugins SocExplorerPlugins | |
56 | qmake-qt5 |
|
56 | qmake-qt5 | |
57 | make |
|
57 | make |
General Comments 0
You need to be logged in to leave comments.
Login now