

########################  GENERAL INFORMATION  ######################################


AcetoneISO is a CD/DVD image manipulator for GNU/Linux.



Released under the GNU GPL3 License,
This software is brought to you from | read AUTHORS file |



###########################   DEPENDENCIES  ##########################################

SYSTEM REQUIREMENTS:
- fuseiso
- fuse-utils
- libqt5gui5 and libqt5webkit5
- genisoimage (may be part of cdrkit package)
- cdrdao
- cdrtools
- p7zip-full
- gnupg-agent
- gnupg2
- pinentry-qt4
- ffmpeg
- mencoder
- cdparanoia
- wget

#############################   INSTALL  #############################################


a) You must have qttools5-dev-tools, libqt5webkit5-dev, and libphonon4qt5-dev and the standard gcc compiler (gcc,g++,make) installed.


b) open a terminal inside acetoneiso folder and type:
   qmake-qt5 (if it gives errors simply type "qmake" instead)
   make
   make install (must be run as root user)


c) it is now time to add your user to fuse group. this step is not needed on all systems, for example from Ubuntu Hardy and up this
   step is not required.

   Open a terminal, login as root user and type:
   modprobe fuse
   chmod 4755 /usr/bin/fusermount  (may be /bin/fusermount on ubuntu systems and others)
   chmod o+rw /dev/fuse
   addgroup <your-user> fuse  (example: "addgroup johndoe fuse")

That's it! You Succesfully installed AcetoneISO!


x) if you want to uninstall AcetoneISO,
   simply type from acetoneiso2/src/ folder:

   make uninstall (must be root user)


#############################  QUICK NOTES  ###########################################

- AcetoneISO uses poweriso binary file to convert and extract images.
  It is not shipped with our software and will be downloaded when needed from www.poweriso.com .
  Poweriso is a Freeware software so sources are not available.
