wget http://dwm.suckless.org/patches/dwm-azertykey.diff
patch -p1 < dwm-azertykey.diff
#git apply dwm-azertykey.diff don't work only patch work !
-cp config.def.h config.h
+#cp config.def.h config.h
+cat config.def.h|sed 's/{ "st", NULL };/{ "uxterm", NULL };/g'>config.h
make
sudo make clean install
-
+cd ..
+#git clone http://git.suckless.org/st
+#cd st
+#sudo make clean install
+#dmenu
+git clone http://git.suckless.org/dmenu
+cd dmenu
+sudo make clean install
git checkout stable
sudo apt-get install "^libxcb.*" libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxkbfile-dev
./init-repository
-./configure -developer-build -opensource -nomake examples -nomake tests -confirm-license -qt-sql-PGSQL
-make -j2
+./configure -developer-build -opensource -nomake examples -nomake tests -confirm-license -xplatform android-g++ -android-ndk /home/gaby/android/android-ndk-r9c -android-sdk /home/gaby/android/adt-bundle-linux-x86_64-20130917/sdk -android-ndk-host linux-x86_64 -android-toolchain-version 4.8 -no-warnings-are-errors -skip qttranslations -skip qtwebkit -skip qtserialport
+make -j 2
+#make install
#to update : cd qt5/qtrepotools/bin/qt5_tool; qt5_tool -u -c -b