LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-06-2014, 02:56 AM   #1
hj1967
Member
 
Registered: Jun 2011
Location: Nunspeet, The Netherlands
Distribution: Slackware x64
Posts: 39

Rep: Reputation: Disabled
qt-4.8.6: assistant missing qt-api documentation


I am using Slackware-current with the Qt 4.8.6.

when I start the QtAssistant (assitant) I only have documentation
of the assistant it self but not the Qt API.

Under preferences it is possible to add qch files but seems these are
not part of the slackware package.

Is this intended the Qt API documentation is not there or is the a bug?

Last edited by hj1967; 05-06-2014 at 02:59 AM.
 
Old 05-06-2014, 03:11 AM   #2
hj1967
Member
 
Registered: Jun 2011
Location: Nunspeet, The Netherlands
Distribution: Slackware x64
Posts: 39

Original Poster
Rep: Reputation: Disabled
I found the answer in old forum topic. (I should have searched first)

http://www.linuxquestions.org/questi...os-4175486804/

Checked the slackware64-current/source/l/qt/qt.SlackBuild and see that qt is build with the -nodocs option.
 
Old 05-06-2014, 03:15 AM   #3
wildwizard
Member
 
Registered: Apr 2009
Location: Oz
Distribution: slackware64-14.0
Posts: 875

Rep: Reputation: 282Reputation: 282Reputation: 282
I believe the problem you have is that the Slackware package is built with "-nomake docs"

Try making the package yourself but remove that line from the SlackBuild file

The sources are found in "source/l/qt" on any good mirror, you'll need the whole directory.

PS The build does take awhile without that option so plan on something else unless you love watching the writing fly by.
 
Old 05-06-2014, 03:19 AM   #4
hj1967
Member
 
Registered: Jun 2011
Location: Nunspeet, The Netherlands
Distribution: Slackware x64
Posts: 39

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by wildwizard View Post
I believe the problem you have is that the Slackware package is built with "-nomake docs"

Try making the package yourself but remove that line from the SlackBuild file

The sources are found in "source/l/qt" on any good mirror, you'll need the whole directory.

PS The build does take awhile without that option so plan on something else unless you love watching the writing fly by.
Yes I saw it. I know compiling Qt takes some time but I had some old Qt 4.8.4 qch files and use these for now.
 
Old 05-06-2014, 03:39 AM   #5
gengisdave
Member
 
Registered: Dec 2013
Location: Turin, Italy
Distribution: slackware
Posts: 328

Rep: Reputation: 74
i've made a 2nd slackbuild to create a doc-only package (which needs to be built only on version bump, not bugfixes)

Code:
export CFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"
export OPENSOURCE_CXXFLAGS="$SLKCFLAGS"
./configure -confirm-license -opensource -prefix /usr/lib64/qt -fast -system-libpng -system-libjpeg -system-zlib -system-sqlite -plugin-sql-sqlite -dbus -webkit -no-phonon -nomake examples -nomake demos -no-separate-debug-info -no-pch || exit 1
make install_htmldocs INSTALL_ROOT=$PKG || exit 1
make install_qchdocs INSTALL_ROOT=$PKG || exit 1
make install_docimages INSTALL_ROOT=$PKG || exit 1
make install_examplesmanifest INSTALL_ROOT=$PKG || exit 1
make install_demosmanifest INSTALL_ROOT=$PKG || exit 1
abobe and below it's as the same as main qt slackbuild
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: How to browse and search API documentation offline on Linux LXer Syndicated Linux News 0 12-26-2013 09:51 AM
Where are the Qt Assistant documentation files, examples and demos qlands Slackware 1 12-04-2013 05:13 AM
[SOLVED] current: qt-documentation tool assistant crashes hj1967 Slackware 9 07-02-2012 11:25 PM
Where can i find documentation abt Mozilla API???? tuxfood Programming 1 12-21-2005 11:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration