Package_Build_Instructions.txt 867 B

1234567891011121314151617181920212223242526
  1. Both of these take a bit to build on the c201 and don't
  2. build properly in the chroot so there precompiled versions here.
  3. When PrawnOS has its own apt repos these will be available there...
  4. If you want to build them yourself run:
  5. For libinput-gestures:
  6. sudo apt install -y build-essential libinput-tools xdotool
  7. git clone http://github.com/bulletmark/libinput-gestures
  8. cd libinput-gestures
  9. sudo make install
  10. For Xfdashboard:
  11. apt-get install -y build-essential glib2.0
  12. libclutter-1.0-dev libgarcon-1-0-dev libglib2.0-dev
  13. libwnck-3-dev libxcomposite-dev libxdamage-dev libxfce4ui-2-dev
  14. libxfce4util-dev libxfconf-0-dev libxinerama-dev
  15. xfce4-dev-tools xorg-dev
  16. git clone https://github.com/gmc-holle/xfdashboard
  17. #get most recent version I've tested
  18. cd xfdashboard
  19. git checkout a7851d82ec89b3cd49952c6022813bbe6b8b0bc9
  20. sudo ./autogen.sh
  21. sudo make
  22. sudo make install