Skip to content

Instantly share code, notes, and snippets.

@sial-ari
Created January 18, 2013 16:33
Show Gist options
  • Save sial-ari/4565847 to your computer and use it in GitHub Desktop.
Save sial-ari/4565847 to your computer and use it in GitHub Desktop.
cd wkhtmltopdf
1908 ls
1909 wget http://wkhtmltopdf.googlecode.com/files/wkhtmltoimage-0.11.0_rc1-static-amd64.tar.bz2
1910* cd ..
1911* cd downloads
1912* ls
1913* cd wkhtmltopdf-qt
1914* ls
1915* git checkout staging
1916* ./configure -release -static -fast -exceptions -no-accessibility -no-stl -no-sql-ibase -no-sql-mysql -no-sql-odbc -no-sql-psql -no-sql-sqlite -no-sql-sqlite2 -no-qt3support -xmlpatterns -no-phonon -no-phonon-backend -webkit -no-scripttools -no-mmx -no-3dnow -no-sse -no-sse2 -qt-zlib -qt-libtiff -qt-libpng -qt-libmng -qt-libjpeg -graphicssystem raster -opensource -nomake tools -nomake examples -nomake demos -nomake docs -nomake translations -no-opengl -no-dbus -no-multimedia -no-openssl -no-declarative -largefile -rpath -no-nis -no-cups -no-iconv -no-pch -no-gtkstyle -no-nas-sound -no-sm -no-xshape -no-xinerama -no-xcursor -no-xfixes -no-xrandr -no-mitshm -no-xinput -no-xkb -no-glib -no-openvg -no-xsync -no-audio-backend -no-sse3 -no-ssse3 -no-sse4.1 -no-sse4.2 -no-avx -no-neon -confirm-license -prefix "../wkqt"
1917 ls
1918* gmake -j3
1919 cat /proc/cpuinfo
1920 uname -ar
1921* gmake install
1922* cd ..
1923* cd wkhtmltopdf
1924* git checkout staging
1925* wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.11.0_rc1-static-amd64.tar.bz2
1926* tar -xzvf wkhtmltopdf-0.11.0_rc1-static-amd64.tar.bz2
1927* tar -xvf wkhtmltopdf-0.11.0_rc1-static-amd64.tar.bz2
1928* ls
1929* ./wkhtmltopdf-amd64
1930* sudo cp wkhtmltopdf-amd64 /bin/
1931* wkhtmltopdf-amd64
1932* ls
1933* rm *.bz2
1934* ls
1935* cd bin
1936* ls
1937* cd ..
1938* cp wkhtmltopdf-amd64 bin/
1939* cd bin
1940* ls
1941* mv wkhtmltopdf-amd64 wkhtmltopdf
1942* sudo cp wkhtmltopdf /bin/
1943* wkhtmltopdf
libxrander1
libfontconfig1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment