You can get Juicer via three different ways:

  • download directly over Sourceforge
  • use the AppleJuice network
  • get the latest development version via SVN and compile it on your own

AppleJuice Links:

Juicer 1.1 Windows Setup (3,71 MB)

Juicer 1.1 Windows Executable (8,24 MB)

Juicer 1.1 .deb Package (471,36 KB)

Juicer 1.1 Source tar.gz (739,42 KB)

 

SVN development version:

If you want to use the latest development version, you have to check out the source from the SVN repository via the following command:

svn co https://ajqtgui.svn.sourceforge.net/svnroot/ajqtgui/juicer juicer

Afterwards, change to the new directory and run qmake and make:

:~$ cd juicer

:~$ qmake

:~$ make

Now, you can install the binary into the system as well:

:~$ make install