mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-18 13:25:04 +02:00
...
This commit is contained in:
parent
e32aae3b83
commit
5d982f24e5
2 changed files with 2 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ PyQt4
|
|||
|
||||
Compiling instructions::
|
||||
|
||||
python configure.py -c -j5 -e QtCore -e QtGui -e QtSvg -e QtNetwork -e QtWebKit -e QtXmlPatterns --verbose
|
||||
python configure.py -c -j5 -e QtCore -e QtGui -e QtSvg -e QtNetwork -e QtWebKit -e QtXmlPatterns --verbose --confirm-license
|
||||
nmake
|
||||
nmake install
|
||||
|
||||
|
|
|
|||
|
|
@ -333,3 +333,4 @@ if window?
|
|||
# Indexing
|
||||
# Resizing of images
|
||||
# Full screen mode
|
||||
# Highlight on jump_to_anchor
|
||||
|
|
|
|||
Loading…
Reference in a new issue