Установка qt5 astra linux

Установка qt5 astra linux

Hello everyone. I need to work in Astra-Linux and develop applications in it. After installing Qt creator, I decided to create a visual application that displays «hello», but it shows two errors. I tried to google it -I found out that I needed to install the libqt4-dev package, but when I tried to install it through the terminal, it showed an error: the package was not found. I ask for your help, help me configure QT. Thanks in advance.

And what is Astra for? there if memory does not change tightly with package updates. Well, yes, you have already been given the answer)

Such a task was given. We need to develop an application for an aster.

Владимир Самофал 2021-12-29 16:50:37

Perhaps I will rip off the cover now, but you can develop the application not in the aster, but only collect the final project there. This is the news.

user1056837 2021-12-29 16:50:37

Can you describe this process? I agree that this is possible. But I didn’t think about the process.

Владимир Самофал 2021-12-29 16:50:37

Everything, of course, depends on the version of the aster, but if you update the package database there, you will lose your certification. You can safely develop and write a project in any other Linux-based distribution kit. And in Astra, it is enough then just to collect and test it.

After installing QT under aststralinux sudo apt-get install qt5 * Download the QT 5.12.0 standalone installer for Linux from the Qt website. Install according to the instructions. All libraries are there.

As it stands, your answer is incomprehensible. Please click edit below the post to add more details to help others understand how he answers the question. You can find more information on how to write good answers in the Help. Дух сообщества 2021-12-29 18:58:07

When using a stand-alone SDK, you do not need to install a kute into the system. You just need a program to collect a bundle of libraries for distribution . I don’t remember the name eri 2021-12-29 22:19:45

After installing QT under aststralinux sudo apt-get install qt5 * Download the QT 5.12.0 standalone installer for Linux from the Qt website. Install according to the instructions. All libraries are there.

Читайте также:  При загрузки линукс пишет

As it stands, your answer is incomprehensible. Please click edit below the post to add more details to help others understand how he answers the question. You can find more information on how to write good answers in the Help. Дух сообщества 2021-12-29 18:58:07

When using a stand-alone SDK, you do not need to install a kute into the system. You just need a program to collect a bundle of libraries for distribution . I don’t remember the name eri 2021-12-29 22:19:45

You need an OpenGL lib and it will probably build everything. At least for now, he swears at her absence. Well, you need to configure qt in the qt creator settings normally, so that he does not swear at the wrong configuration.

You need an OpenGL lib and it will probably build everything. At least for now, he swears at her absence. Well, you need to configure qt in the qt creator settings normally, so that he does not swear at the wrong configuration.

You build, the project is in Qt5, and libqt4-dev is lib-s for the 4th version. Search for qt-devel (or qt5-devel). P.S. It would be good practice to copy the text of error messages in plain text, not a picture.

You build, the project is in Qt5, and libqt4-dev is lib-s for the 4th version. Search for qt-devel (or qt5-devel). P.S. It would be good practice to copy the text of error messages in plain text, not a picture.

Источник

Настройка Qt на свежо установленной Asta LinuxCE 2.12.43(Orel).

Добрый день. Поставил Astra Linux CE 2.12.43(Orel). Указал что бы при установке установилось средство разработки. Установился Qt5. Версии 5.11.0. В параметрах Qt Creator в меню ‘Профили’ Qt пишет что он (профиль) не установлен, пожалуйста выполните make install. Путь к qmake указан такой /usr/lib/qt5/bin/. Он там есть, команда make install из терминала в этой папке ничего не дало. Нужно что то до установить или что не установилось или что то криво встало?

Montfer

New member

astravb

New member

Добрый день. Я с такой же темой (чтобы не плодить одно и то же).
Использую официальный репозиторий для астры 2.12 (Orel). Версия ядра 4.15.3
Также во время инсталляции Системы поставил флажок «Средства разработки и отладки».
После установки выполнил в терминале:
sudo apt-cdrom add
sudo dpkg —add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386
и до кучи:
sudo apt install qt5-default
sudo apt install qtcreator
(тут я, наверное, не прав относительно использования совместно apt install и apt-get install х.з.)

Читайте также:  Linux bacula установка настройка

Затем копирую файл qt-opensource-linux-x64-5.12.1.run в каталог пользователя, стартую, устанавливаю:
./qt-opensource-linux-x64-5.9.1.run
Все круто Qt работает на пятерку, но отладчик! Где отладчик gdb?
Для полного счастья:
sudo apt-get install qt*
не прокатывает, диск с астрой уже выжат как лимон ((
Облазил почти весь Интернет, видимо плохо искал — не нашел. У них считается что после sudo apt install qtbase5* все должно заработать и 90% статей далее повествуют о настройке самого дебаггера в Qt Creator.
sudo apt-get install gdb
Е: Для пакет «gdb» не найден кандидат на установку
Скачал и подключил диск астры 2.12.43.6 (Orel), пишет то же самое.

Можно, конечно, извернуться и поставить .deb файлами с помощью Интернет (https://pkgs.org, http://rpm.pbone.net), но хотелось бы средствами AstraLinux.
Копировал файл /usr/bin/gdb с рабочего компа, Qt обрадовался и подхватил, но отладчик стартует и тут же завершает свою работу (очень понятно почему — так низя)

Подскажите новичку в средствах разработки плиз.

dikiy

New member

Добрый. Спасибо. Та же проблема была с неустановленным qmake. Установил эти пакеты и сообщение изменилось. Теперь в профиле QT написано: «qmlscene не установлен». Установил пакет qmlscene. Но это ни к чему не привело, сообщение о том что этот пакет не установлен осталось.

PS. Ещё установил пакет qtdeclarative5-dev. После этого всё в порядке. Т.е. нужно было установить: qt5-default, qmlscene и qtdeclarative5-dev.

dikiy

New member

Добрый день. Я с такой же темой (чтобы не плодить одно и то же).
Использую официальный репозиторий для астры 2.12 (Orel). Версия ядра 4.15.3
Также во время инсталляции Системы поставил флажок «Средства разработки и отладки».
После установки выполнил в терминале:
sudo apt-cdrom add
sudo dpkg —add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386
и до кучи:
sudo apt install qt5-default
sudo apt install qtcreator
(тут я, наверное, не прав относительно использования совместно apt install и apt-get install х.з.)

Затем копирую файл qt-opensource-linux-x64-5.12.1.run в каталог пользователя, стартую, устанавливаю:
./qt-opensource-linux-x64-5.9.1.run
Все круто Qt работает на пятерку, но отладчик! Где отладчик gdb?
Для полного счастья:
sudo apt-get install qt*
не прокатывает, диск с астрой уже выжат как лимон ((
Облазил почти весь Интернет, видимо плохо искал — не нашел. У них считается что после sudo apt install qtbase5* все должно заработать и 90% статей далее повествуют о настройке самого дебаггера в Qt Creator.
sudo apt-get install gdb
Е: Для пакет «gdb» не найден кандидат на установку
Скачал и подключил диск астры 2.12.43.6 (Orel), пишет то же самое.

Читайте также:  Linux decrease swap size

Можно, конечно, извернуться и поставить .deb файлами с помощью Интернет (https://pkgs.org, http://rpm.pbone.net), но хотелось бы средствами AstraLinux.
Копировал файл /usr/bin/gdb с рабочего компа, Qt обрадовался и подхватил, но отладчик стартует и тут же завершает свою работу (очень понятно почему — так низя)

Подскажите новичку в средствах разработки плиз.

Источник

Qt Creator

Подскажите, кто сталкивался с установкой QT из репозитория астры, что еще необходимо поставить, чтобы он создал проект.
Поставил Astra Linux СE 2.12.8, через synaptic установил Qt 4.8.0
Дохожу до момента, что на скрине, а кнопка «Далее» не активна

Вложения

Screenshot_20190104_192211.png

peb

New member

Подскажите, кто сталкивался с установкой QT из репозитория астры, что еще необходимо поставить, чтобы он создал проект.
Поставил Astra Linux СE 2.12.8, через synaptic установил Qt 4.8.0
Дохожу до момента, что на скрине, а кнопка «Далее» не активна

sudo apt install qt4-default

Montfer

New member
sudo apt install qt4-default

peb

New member
sudo apt-get install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui

Montfer

New member
sudo apt-get install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui

Вложения

Screenshot_20190105_132729.png

Screenshot_20190105_132801.png

peb

New member
sudo apt install qt5-default

Montfer

New member
sudo apt install qt5-default

Montfer

New member
sudo apt install qt5-default

peb

New member

Iskatel_znaniy

New member

Iskatel_znaniy

New member

Вложения

Iskatel_znaniy

New member

Нашел вот такой ответ: «Похоже, это проблема с Qt Creator. Это было решено в версии 4.6, в которой используется более новая версия clang.» Видимо нужно переустанавливать.

Iskatel_znaniy

New member

Вложения

Iskatel_znaniy

New member

Iskatel_znaniy

New member

Kibitzer

New member

Iskatel_znaniy

New member

Этот репозиторий и у меня сейчас добавлен и после недавнего обновления Qt Creator теперь 5 версии. А что еще именно Вы сделали помимо добавления репозитория? У меня что то не получается. Нужно так же установить sudo apt install qt5-default ? Я думал что в 5 версии после недавнего обновления там уже есть все что нужно.

Источник

Оцените статью
Adblock
detector