

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


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

- the official website is:
 www.acetoneiso.netsons.org

This software is brought to you from Marco Di Antonio and Fabrizio Di Marco.
Enjoy Free Software, enjoy free beer and free spirit.


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

MINIMUM SYSTEM REQUIREMENTS:
- fuseiso
- fuse-utils
- libqt4-gui
- konqueror or nautilus

RECOMMENDED SYSTEM REQUIREMENTS:
- fuseiso
- fuse-utils
- libqt4-gui
- konqueror or nautilus
- mkisofs (genisoimage on ubuntu/debian systems)
- cdrdao
- p7zip-full
- gnupg-agent
- gnupg2
- pinentry-qt
- mencoder


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


a) You must have libqt4-dev and the standard gcc compiler (gcc,g++,make) installed.


b) open a terminal inside acetoneiso2/src/ folder and type:

   qmake-qt4 (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.
   open a terminal and as root user 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")



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

   make uninstall (must be root user)



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

- there are serious issues if you install fuseiso < 2007xxx version.
  be sure to have the latest one installed.

- AcetoneISO2 uses poweriso binary file to convert and extract images.
  It is not shipped with our software and will be downloaded when needed.
  Poweriso is a Freeware software so sources are not available.
  Please note that it will only work on 32-bit Operating Systems.
  It is however possible to make it run on a 64-BIT OS, for example you must
  install at least "libc6-i386" package. Other packages may be required.

