We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Maynard is small enough that is can be easily developed on the Raspberry Pi itself.
/etc/apt/sources.list.d/collabora-experimental.list
# Source packages for Maynard. deb-src http://raspberrypi.collabora.com wheezy wayland
sudo apt-get update sudo apt-get install git sudo apt-get build-dep maynard
git clone https://github.com/raspberrypi/maynard.git
cd maynard ./autogen.sh --prefix=/usr --libdir=/usr/lib/arm-linux-gnueabihf --libexecdir=/usr/lib/arm-linux-gnueabihf make sudo make install
maynard
To revert to the packaged version of Maynard do:
sudo apt-get install --reinstall maynard