Qt-jambi-interest Archive, November 2006
[Mac] How to install Qt Jambi?
Message 1 in thread
Hi ,
In the Readme file says that you have to call the jar files with Console
, that is not common usage in MacOSX.
And also , for example , if i want to launch Designer bundle , i get an
error.
How to install Qt Jambi?
Another question , in Qt Jambi , where is Assistant ?
I use Qt4 for C++ , and i use to use Assistant to read the
documentation.
And the last question , when the final version of Qt Jambi would be
released?
Message 2 in thread
Gonzalez wrote:
>And also , for example , if i want to launch Designer bundle , i get an
>error.
>
>
What kind of an error do you get, please? It may be that the environment
is not set up correctly. Specifically you need the DYLD_LIBRARY_PATH
environment variable to contain the path of Qt Jambi's lib directory.
Please see the README file in the Qt Jambi package for more about this.
>How to install Qt Jambi?
>
>
Simply unpacking the tarballs should install it.
% tar xfz qtjambi-mac-1.0.0-tp3.tar.gz
This will create a subdirectory called qtjambi-mac-1.0.0-tp3 containing
all the necessary files for Qt Jambi.
>Another question , in Qt Jambi , where is Assistant ?
>
>
There is no assistant in Qt Jambi. The documentation is supplied in
javadoc format and can be read using an ordinary web browser. If you run
Qt Jambi's demo launcher and click the "Documentation" button, it should
open your default web browser and show you the index page of Qt Jambi's
documentation.
>And the last question , when the final version of Qt Jambi would be
>released?
>
>
>
The release schedule of Qt Jambi is unfortunately not available yet.
-- Eskil