Skip to content

Commit

Permalink
Add libz.a 1.2.8, update linux compile instructions to work better
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehamel committed Feb 12, 2015
1 parent 1ec9cab commit 45da07c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
Binary file added 3rd-party/libz.a
Binary file not shown.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,11 @@ Make sure to install everything (including source components).

### Building Qt

Go to the source directory where you installed qt, and enter "qtbase". Run the following configure command:
Go to the source directory where you installed qt, and enter "qtbase". Run the following configure command (works on 5.2.1 on ubuntu):


```bash

./configure -static -debug-and-release -opensource -confirm-license -nomake tools -nomake examples -no-opengl -no-accessibility -process -qt-sql-sqlite -qt-zlib -qt-libpng -qt-libjpeg -no-icu -qt-pcre -qt-xcb -no-egl -no-cups -no-linuxfb -no-dbus
OPENSSL_LIBS="-lssl -lcrypto" ./configure -static -release -opensource -nomake tools -nomake examples -no-accessibility -no-openvg -no-nis -no-iconv -no-directfb -no-icu -no-gif -no-libjpeg -strip -no-dbus -no-audio-backend -no-qml-debug -no-c++11 -system-zlib -no-linuxfb -no-eglfs -no-sql-mysql -no-sql-odbc -no-cups -no-glib -no-qml-debug -no-javascript-jit -no-mtdev -qt-sql-sqlite -qt-xcb -confirm-license -fontconfig -openssl-linked
make -j `nproc`
```

Expand Down
5 changes: 0 additions & 5 deletions doconf.linux

This file was deleted.

0 comments on commit 45da07c

Please sign in to comment.