Changes between Version 3 and Version 4 of PromotFAQ
- Timestamp:
- Oct 21, 2009, 5:13:15 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PromotFAQ
v3 v4 7 7 The file promot.exe is only used to start the lisp image promot.dxl and will be implicitly called by promot.bat. 8 8 9 == How can I install ProMoT from source? == 10 11 First for compiling the Lisp sources you will need [http://www.franz.com/products/allegrocl/ Allegro Common Lisp 8.1]. [[BR]] 12 The free express version is not sufficient as it does not include the required CORBA middleware '''Orblink'''. [[BR]] 13 For the Java sources JDK 1.6.0 will be required.[[BR]] 14 The configuration is based on '''automake'''. You will need to run 15 1. configure 16 2. make 17 3. make install 18 9 19 == 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? == 10 20 … … 12 22 compiled using dianac (Diana compiler based on g++/gcc) and simulated with Diana (python). [[BR]] 13 23 ProMoT and Diana are independent programs. 24 25 == I have found a bug, where do I report it? == 26 27 You can create a new ticket in the [http://promottrac.mpi-magdeburg.mpg.de/trac/newticket ProMoT ticket system].