You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/build.rst
+26-13Lines changed: 26 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,19 @@
2
2
Build instructions
3
3
##################
4
4
5
-
The pressio tutorials are designed to be easy and quick to build.
6
-
Thefore, all C++ dependencies **are already snapshotted inside the repo**,
7
-
and to build the code you ONLY need **CMake > 3.18.0** and a **C++14 compliant compiler**.
5
+
These tutorials should be easy and quick to build, follow below.
6
+
7
+
What you need
8
+
-------------
9
+
10
+
- **CMake > 3.18.0**
11
+
12
+
- **C++14 compiler**: `our CI <https://github.com/Pressio/pressio-tutorials/blob/develop/.github/workflows/test-all.yml>`__ is currently testing both GCC and Clang
13
+
14
+
- Python 3.x with specific packages listed `here <../../py_requirements.txt>`__
15
+
16
+
Steps
17
+
-----
8
18
9
19
.. code-block:: bash
10
20
@@ -16,29 +26,32 @@ and to build the code you ONLY need **CMake > 3.18.0** and a **C++14 compliant c
0 commit comments