| 1 | = Diana Frequently Asked Questions = |
| 2 | |
| 3 | == For which operating systems is Diana provided? == |
| 4 | |
| 5 | Unfortunately we currently provide Diana packages only for Linux systems |
| 6 | (64-bit). |
| 7 | A Windows version is underway but still at an early stage of development. |
| 8 | |
| 9 | == How can I install Diana? == |
| 10 | |
| 11 | Installing Diana requires building it from |
| 12 | sources (the build process is based on {{{autoconf}}}. That is not difficult |
| 13 | if you have some experience with building free software from sources.[[BR]] |
| 14 | However, Diana depends on a dozen of third-party |
| 15 | libraries, and while some of them are available in Linux distributions |
| 16 | as packages, others are not and have to be built individually before |
| 17 | compiling Diana. [[BR]] |
| 18 | |
| 19 | You can find the installation instructions in the file {{{INSTALL}}} |
| 20 | in the Diana source distribution. |
| 21 | |
| 22 | == On a 64-bit system I have installed ProMoT with 32-bit shared library and the 64-bit version of Diana. Will my simulation work? == |
| 23 | |
| 24 | Yes, ProMoT generates c++ files for your model, which are then |
| 25 | compiled using dianac (Diana compiler based on g++/gcc) and simulated with Diana (python). [[BR]] |
| 26 | ProMoT and Diana are independent programs. |