Changes between Initial Version and Version 1 of DianaFAQ


Ignore:
Timestamp:
Oct 2, 2009, 2:36:12 PM (16 years ago)
Author:
mirschel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DianaFAQ

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