2 echo "***************************************************************"
3 echo " /!\ IMPORTANT /!\ "
4 echo "***************************************************************"
5 echo "If you want to use the dfb version of cairo from this packages, "
6 echo "you MUST begin by typing 'LD_LIBRAY_PATH=/opt/gtkdfb/lib' BEFORE "
7 echo "launching your program, in order to load the correct version of the "
8 echo "library. The reason is that dfb-based version is located under "
9 echo "/opt/gtkdfb/lib instead of /usr/lib."
10 echo "This way, both X11 and DFB versions of cairo can co-exists"
11 echo "and be used at the same time."