|
Installing
How to install Fuzemux
Featured WindowsTo install Fuzemux on Windows, get the latest Windows binary package (fuzemux-x.x.x-win32.zip) from the Downloads section, and unzip it somewhere. It contains just the executable. Debian/Ubuntu.deb packages are currently not maintained by this project, but are available as part of the video4fuze project: http://code.google.com/p/video4fuze/downloads/list OtherTo use Fuzemux on other operating systems, you need to compile it from source. To compile and install it on a UNIX-like system (or Windows using MSYS), download and untar the source code release, go to its directory and run ./configure make make install Using the SVN VersionYou can also check out the most recent version from the SVN using svn checkout http://fuzemux.googlecode.com/svn/trunk/ fuzemux Before you can compile the SVN version, you have to create the configure script and other necessary files by calling autoreconf --install |
I actually did a very very very primitive Makefile for it. It's in video4fuze's svn and in it's source package.
I also made an OSX build, but I don't know for which arquitectures lol. I may upload it too.