##// END OF EJS Templates
Updated readme
jeandet -
r1484:64fca7696402
parent child
Show More
@@ -24,22 +24,13 SciQLOP lightweight and intuitive is one of the priorities to make it usable and
24 24 ## How to build
25 25
26 26 ```
27 git clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/SciQLOP_Repos/SciQLop
27 git clone https://github.com/SciQLop/SciQLop
28 28 cd SciQLop
29 29 mkdir build && cd build
30 cmake ../
31 make
32
30 meson
31 ninja
33 32 ```
34 33
35 ### On windows
36 ```
37 git clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/SciQLOP_Repos/SciQLop
38 cd SciQLop
39 mkdir build && cd build
40 cmake -DCMAKE_CXX_FLAGS='-D_hypot=hypot' -DBUILD_SHARED_LIBS=TRUE ../
41 make
42 ```
43 34
44 35 ## How to contribute
45 36
General Comments 0
You need to be logged in to leave comments. Login now