README 631 B

12345678910111213141516171819
  1. This is a Qt-based worksheet GUI for Reduce UNDER DEVELOPMENT. For a
  2. PREVIEW on Linux proceed as follows:
  3. 1. Get a matching PySide binary package following the instructions
  4. here: http://developer.qt.nokia.com/wiki/PySideDownloads/
  5. 2. Go to ../libreduce, and say "make". This will create there a new
  6. directory <dir> based on your exact machine and OS type.
  7. 3. Return here, and say "ln -s ../libreduce/<dir>/RedPy.so".
  8. 4. Say "./qreduce.py".
  9. This also works on Mac OSX, but there you have to explicitly install
  10. in addition Qt 4.7. Note that currently the program not at all ready
  11. for production use.
  12. T. Sturm, C. Zengler