Menu

Tree [r1121] /
 History

HTTPS access


File Date Author Commit
 acetoneiso 2013-10-25 bullet-famas [r1121]
 meego 2011-08-06 bullet-famas [r1116]
 poweriso 2009-01-04 bullet-famas [r895]
 run 2008-03-10 bullet-famas [r459]
 AUTHORS 2013-10-25 bullet-famas [r1121]
 CHANGELOG 2013-10-25 bullet-famas [r1121]
 FEATURES 2010-11-15 bullet-famas [r1085]
 LICENSE 2007-09-23 acetoneiso-team [r103]
 README 2013-10-25 bullet-famas [r1121]
 TODO 2011-04-17 bullet-famas [r1106]

Read Me


########################  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
- 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  ###########################################

- 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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.