Package_Build_Instructions.txt 866 B

123456789101112131415161718192021
  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 libinput-tools xdotool build-essential
  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 xfce4-dev-tools build-essential glib2.0 libglib2.0-dev xorg-dev libwnck-3-dev libclutter-1.0-dev libgarcon-1-0-dev libxfconf-0-dev libxfce4util-dev libxfce4ui-2-dev libxcomposite-dev libxdamage-dev libxinerama-dev
  12. git clone https://github.com/gmc-holle/xfdashboard
  13. #get most recent version I've tested
  14. cd xfdashboard
  15. git checkout a7851d82ec89b3cd49952c6022813bbe6b8b0bc9
  16. sudo ./autogen.sh
  17. sudo make
  18. sudo make install