iqr is a simulation software to design and control large-scale neuronal models with a graphical
interface. The modelled systems can be connected to various hardware devices, e.g. to
control the behavior of a robot or read input from a camera.
The sources of iqr 1.x are in the 'src' directory. The directory 'src-qt4' contains iqr
version 2.x which is ported to qt 4
to compile iqr, you need the standard compile suite for c++ (gcc-c++, libstdc++, etc),
cmake, and the following devel packages:
- Qt Framework version 5.x (https://www.qt.io/)
- OpenCV (Windows: needs to be compiled with MinGW/MSys)
- Video4Linux library (libv4l-devel)
You will additionally need
- NSIS (http://nsis.df.net) if you want to create an installer
to generate the Makefiles run 'cmake .' in the top-level directory
compiling on Windows
CMAKE_PREFIX_PATH in CMakeLists.txtmingw32-make.exe