Name | Modified | Size | Downloads / Week |
---|---|---|---|
experimental | 2024-04-15 | ||
1.6.11 | 2022-05-09 | ||
1.6.10 | 2022-01-24 | ||
1.6.9 | 2021-06-29 | ||
1.6.8 | 2021-03-12 | ||
1.6.2 | 2020-08-28 | ||
1.6b | 2020-06-26 | ||
1.5.1 | 2019-09-22 | ||
1.4 | 2019-08-28 | ||
1.3 | 2019-08-07 | ||
1.2.2 | 2019-06-01 | ||
1.2.1 | 2019-06-01 | ||
1.2.0 | 2019-06-01 | ||
1.1.0 | 2019-05-21 | ||
README.txt | 2024-04-15 | 639 Bytes | |
Scales Diagram.pdf | 2019-05-24 | 29.1 kB | |
Totals: 16 Items | 29.7 kB | 17 |
System requirements for binaries: - Windows 7/8/10 (32 or 64 bit) - Windows XP (separate build) - Debian Linux 11 (amd64) - MacOS 10.10 or later - Android 5 or later (ARMv7 or x86, at least 4" screen size) Byzorgan can be compiled from sources for any platform, supported by Qt 4 or Qt 5. Building instructions. Latest versions of Byzorgan is requires fftw3 library. Download it from http://www.fftw.org/, compile and install it first. Then do: $ mkdir byzorgan $ cd byzorgan $ svn co svn://svn.code.sf.net/p/byzorgan/code/trunk . $ qmake $ make Then, you can run compiled file: $ ./byzorgan To install it, do: $ sudo make install