Develop about OpenWALAS

How to develop?

You can download the source files simply. If you want, you could modify the codes. Furthermore, compile and run them freely.

Compiling environments

  • Suggested programming platforms
  • GCC (or MinGW on Windows) or the other C/C++ compilers
  • Dependent libraries of OpenWALAS: gsl, Qt, Qwt, openCV
    • non-GUI codes only depend on gsl.
    • GUI program depends on gsl, Qt, Qwt, openCV.
  • Support openMP (parallels on thread level)
    • Compiling option ‘-fopenmp’

Develop forms

  • The communication group will be established in the later stage.

  • In the present stage, the developers could email (pycssrc@qq.com) to the project group.

  • The project team is very welcome to exchange views.

Enjoy it!