The Fubbie project is still in a very early phase and currently there is only a simple mockup application showing what Fubbie could look like (it does not do anything). We call this application the Fubbie Techtests.
This release of the Fubbie Techtests requires Suns Java6 JRE to be installed.
If the GStreamer library is installed on your system you will also hear background audio and see placeholder video in the webcam dummy instead of a placeholder static image.
| Windows (32bit) | fubbie-techtests-devCitizen20100201-windows-installer.exe |
| Make sure you have Java6 JRE installed first. Install the latest GStreamer WinBuilds. Don't forget to ensure that the environment variable GST_PLUGIN_PATH contains the proper path, for example c:\gstreamer\lib\gstreamer-0.10 | |
| Ubuntu/Debian Linux (32bit) | fubbie-techtests_devCitizen20100201_i386.deb |
| Start by doing sudo apt-get install sun-java6-jre gstreamer0.10-x to make sure Sun Java6 and GStreamer are properly installed. Then run sudo dpkg -i fubbie-techtests*.deb followed by fubbie-techtests to launch the program. SWT has troubles with newer Gnome libraries, so you might need to do export GDK_NATIVE_WINDOWS="true" before starting the program. | |
| Generic Linux (32bit) | fubbie-techtests-devCitizen20100201-linux-i386.tar.gz |
| First install Sun Java6 and GStreamer. Unpack using tar zxf fubbie-techtests*.tar.gz. Enter the directory created and run ./setup.sh followed by ./fubbie-techtests. Same caveats as for Ubuntu version. | |
| Mac OS X (32bit) | fubbie-techtests-devCitizen20100201.dmg |
| Double click the .dmg to mount it. Drag the Fubbie Techtests icon on top of the Applications icon. Run the program from the Applications menu. You could also try installing GStreamer (32bit) from MacPorts. This is untested as it does not work out of the box under Snow Leopard where MacPorts builds 64bit by default. | |
| Mac OS X (64bit) | fubbie-techtests-devCitizen20100203-x86_64.dmg |
| Double click the .dmg to mount it. Drag the Fubbie Techtests icon on top of the Applications icon. Run the program from the Applications menu. You could also try installing GStreamer (64bit) from MacPorts. This is only tested under Snow Leopard where MacPorts builds 64bit by default. Instructions for building GStreamer is available at the end of this README. | |