Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ddrescueview-linux-i386-0.3.zip | 2013-03-29 | 1.6 MB | |
Totals: 1 Item | 1.6 MB | 0 |
These are the downloads for the 0.3 version of ddrescueview. The platform specific downloads include the binary and source code. There is also a source-only download available. Please pick a download that suits your operating system and CPU architecture. For Windows, there is currently a 32-bit version available, which runs on 32-bit and 64-bit versions of Windows. It's known to work on Windows XP and Windows 7. If you would like to run the program on GNU/Linux, there are 32-bit (i386) and 64-bit (x86_64) versions available. They use GTK+ 2 and have been tested successfully on the following distributions: - Xubuntu 10.12 (32-bit) - Xubuntu 10.04 (64-bit) - Parted Magic 2012_04_21 - SystemRescueCD 1.6.4 You should be able to compile ddrescueview for any other operating system or CPU architecture supported by Lazarus. Q: Why are the executables so big? A: That's a well known and heavily discussed issue about applications using the LCL (Lazarus Component Library). A lot of library code that is not actually used (which the compiler can't prove) is included in the binary. Also, platform independence comes at a price. Currently, there is nothing I can do about it. If you really need the space (e.g. on a Live CD), you can still compress the binary with UPX.