To install DIMG on linux simply cd into the source directory and run qmake
. QtDIMG.pro is the project file used to build DIMG. Should you wish to just build FSContainer an alternate project file (FSContainer.pro) is also provided. Once you have run qmake
, run make
. This will produce a set of binaries in either the release or debug directory. You can then install these binaries into /opt/dimg
by running make install
.
DIMG will store all of its settings in the configuraiton file
~/.config/zxnet/DIMG.conf
.