Compilation & Installation Instructions --------------------------------------- Since the program is in early development stage, no configure script is provided yet. So in order to compile qdice more easily, qmake is required. If you have qmake (a part of QT4 unless your system hasn't partitioned the QT4 package into several small packages (FreeBSD)) simply: qmake -o Makefile qdice.pro make or you can create your own Makefile. Running ------- 1) ./qdice 2) Press "h" to see all available options (shortcuts). 3) Press "q" to quit. N.B. Make sure that the "images" directory is placed in the same directory where you are executing the program. This unpleasent requirement will be removed in the near future.