Advertisement
Guest User

Untitled

a guest
Jul 7th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. git clone https://github.com/libhybris/libhybris.git
  2. cd libhybris/hybris
  3. ./autogen.sh
  4. ./configure --enable-arch=arm --enable-wayland --with-android-headers=/usr/lib/droid-devel/droid-headers --enable-experimental
  5. make -4
  6. mkdir install_root
  7. make install DESTDIR=`pwd`/install_root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement