Skip to content
Snippets Groups Projects
Commit ba451d8a authored by Rasmus Karlsson's avatar Rasmus Karlsson
Browse files

Merge branch 'develop' of gitlab.liu.se:PUM_TDDD96/B-ASIC into 6-operation-splitting

 the commit.
Hello??
parents 21c5a392 346a7269
No related branches found
No related tags found
1 merge request!34Resolve "Operation Splitting"
Pipeline #14338 passed
......@@ -8,17 +8,27 @@ How to build and debug the library during development.
### Prerequisites
The following packages are required in order to build the library:
* cmake 3.8+
* C++:
* cmake 3.8+
* gcc 7+/clang 7+/msvc 16+
* fmtlib 5.2.1+
* pybind11 2.3.0+
* python 3.6+
* Python:
* python 3.6+
* setuptools
* wheel
* pybind11
* numpy
* pyside2/pyqt5
To build a binary distribution, the following additional packages are required:
* Python:
* wheel
To run the test suite, the following additional packages are required:
* Python:
* pytest
* pytest-cov (for testing with coverage)
### Using CMake directly
How to build using CMake.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment