-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing features #4
Comments
I think that |
About quiet install support, see robotology/yarp@6ddffaf and |
Related: https://bugreports.qt.io/browse/QTIFW-166 . |
Related: a vcpkg PR adding a IFW export type has been proposed in microsoft/vcpkg#1734 . |
Hello @traversaro, please review latest changes in microsoft/vcpkg#1734. |
Both features kinda of implemented in e3fbfb1 .
|
@traversaro On a headless system you can create a script that presses buttons and fills the fields. You can find an example for QtCreator here. You can then use it as follows: RUN cd /tmp &&\
wget http://download.qt.io/official_releases/qtcreator/${QTCREATOR_VERSION%.*}/${QTCREATOR_VERSION}/qt-creator-opensource-linux-x86_64-$QTCREATOR_VERSION.run &&\
chmod +x qt-creator-opensource-linux-x86_64-${QTCREATOR_VERSION}.run &&\
./qt-creator-opensource-linux-x86_64-${QTCREATOR_VERSION}.run --platform minimal --script QtCreatorSetup.js &&\
rm /tmp/qt-creator-opensource-linux-x86_64-${QTCREATOR_VERSION}.run /tmp/QtCreatorSetup.js |
@diegoferigo Exactly, this is what I described in the previous comment and committed in the repo at https://github.com/robotology-playground/vcpkg-binary-installer-generator/blob/improv/silent-install.qs . |
To use the
vcpkg-binary-installer-generator
with theQtIFW
CPack backend to produce YARP and ICUB binaries installer, we need to make sure that we implement two features that we have in the existing NSIS installers:<prefix>
and<prefix>/debug
to theCMAKE_PREFIX_PATH
enviromental variables, and<prefix>/tools
toCMAKE_PROGRAM_PATH
.cc @drdanz
The text was updated successfully, but these errors were encountered: