This is probably a repeat of some of the other threads, but since the title of those threads weren't so obvious and they're more than a few years old, I opened this instead.
Using Iannix v0.9.20-b-16-g287b51d
Building Iannix from the source, and setting the PREFIX to some user specified directory creates a few issues
- Saving of the files doesn't work
- Iannix make install doesn't complete it's installation
2.2 The Tools/Templates directory is not created anywhere. This directory contains files required for file saving to work
Iannix doesn't complain when this happens unfortunately. And QT framework code is sufficiently magical enough that it's difficult to determine what is missing. A workaround i found is to copy the Tools/Templates into the $PREFIX/bin directory.
It would be good if iannix were to install needed files into $PREFIX/lib/Iannix-<version>, that way the $PREFIX/bin directory is only for binaries
This is probably a repeat of some of the other threads, but since the title of those threads weren't so obvious and they're more than a few years old, I opened this instead.
Using Iannix v0.9.20-b-16-g287b51d
Building Iannix from the source, and setting the PREFIX to some user specified directory creates a few issues
2.2 The Tools/Templates directory is not created anywhere. This directory contains files required for file saving to work
Iannix doesn't complain when this happens unfortunately. And QT framework code is sufficiently magical enough that it's difficult to determine what is missing. A workaround i found is to copy the Tools/Templates into the $PREFIX/bin directory.
It would be good if iannix were to install needed files into $PREFIX/lib/Iannix-
<version>, that way the $PREFIX/bin directory is only for binaries