Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Building from Source:
- Find below short instructions on how to build Onboard straight from the
- bazaar repository. If you have improvements to share, get errors or run
- into other problems, please let us know. Build instructions for
- new distributions are always welcome too.
- Arch Linux:
- pacman -S base-devel bzr python-distutils-extra dconf gtk3 \
- libcanberra hunspell python-gobject gsettings-desktop-schemas \
- iso-codes python-cairo librsvg python-dbus dbus-glib
- bzr branch lp:onboard
- cd onboard
- ./setup.py build
- tools/install_gsettings_schema
- # At this point you should be able to start Onboard
- # from the project directory with
- ./onboard
- # If everything works as expected, install with
- sudo ./setup.py install
- # And if necessary, uninstall with
- sudo ./setup.py install --record files.txt
- sudo xargs -a files.txt --delimiter='\n' rm -v
- sudo rm -rf /usr/local/share/onboard
- Mageia 4:
- urpmi bzr gcc-c++ lib64zlib-devel python3-distutils-extra \
- libgtk+3.0-devel libxtst-devel libxkbfile-devel libdconf-devel \
- libhunspell-devel libcanberra-devel libpython3-devel intltool
- # more or less optional, but recommended for full functionality
- urpmi mousetweaks lib64atspi-gir2.0 at-spi2-core-qt \
- python3-dbus qtatspi-plugin
- bzr branch lp:onboard
- cd onboard
- ./setup.py build
- tools/install_gsettings_schema
- # At this point you should be able to start Onboard
- # from the project directory with
- ./onboard
- # If everything works as expected, install with
- su
- ./setup.py install
- # And if necessary, uninstall with
- su
- ./setup.py install --record files.txt
- sudo xargs -a files.txt --delimiter='\n' rm -v
- sudo rm -rf /usr/local/share/onboard
- Ubuntu 14.04:
- sudo apt-get build-dep onboard
- sudo apt-get install devscripts
- bzr branch lp:onboard
- cd onboard
- # build packages
- debuild binary
- # install packages
- sudo dpkg -i ../onboard*.deb
Advertisement
Add Comment
Please, Sign In to add comment