# Note: depends on pkg-config # Note: depends on eina # Note: depends on libXext (at least when building with libX11 support) wget -c http://download.enlightenment.org/releases/ecore-1.7.10.tar.bz2 tar -xjf ecore-1.7.10.tar.bz2 cd ecore-1.7.10 sed -i -e 's/&dns_quietinit/\&/' src/lib/ecore_con/dns.h # Warnings are better than errors mkdir -p build cd build ../configure --prefix="/usr" make # Doesn't mind -j# make install