Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > dd5e5697c32f145a7bb56e1957f638c1 > files > 8

acetoneiso-2.3-9.mga5.i586.rpm



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


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

- the official website is:
http://www.acetoneteam.org

Released under the GNU GPL3 License,
this software is brought to you from Fabrizio Di Marco and Marco Di Antonio.



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

SYSTEM REQUIREMENTS:
- fuseiso
- fuse-utils
- libqt4-gui 4.5 and libqtwebkit 4.5 or later
- genisoimage (may be part of cdrkit package)
- cdrdao
- p7zip-full
- gnupg-agent
- gnupg2
- pinentry-qt4
- ffmpeg
- mencoder
- cdparanoia

Note for 64bit users: the package "ia32-libs" is also required(read QUICK NOTES below for more info).


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


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


b) open a terminal inside acetoneiso 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. 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  ###########################################

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

- 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.
  Please note that it will only work on x86 32-bit Operating Systems.
  It is however possible to make it run on x64 64-bit OS, for example you must
  install at least "ia32-libs" package. Other packages may be required.