forked from FedoraQt/MediaWriter
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Сборка приложения в Ubuntu #38
Comments
как это говно установить в убунте, чтоб на ваш альт перейти?! |
Поддерживаю предложение. |
Информация о UbuntuУстановка и сборка билда ALTMediaWriter был выполнен на машине Ubuntu 22.04.5 user@user-machine:~/ALTMediaWriter$ lsb-release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.5 LTS
Release: 22.04
Codename: jammy Установка пакетовОбновление системыroot@user-machine:~/ALTMediaWriter# apt-get update Установка пакетов для сборки на QT5root@user-machine:~/ALTMediaWriter# apt-get install qtcreator qtbase5-dev qt5-make cmake root@user-machine:~/ALTMediaWriter# apt-get install g++ root@user-machine:~/ALTMediaWriter# apt-get install qtdeclarative5-dev libqt5x11extras5-dev libyaml-cpp-dev root@user-machine:~/ALTMediaWriter# apt-get install liblzma-dev liblzma5 pkg-config Установка пакетов для запуска проекта QT5root@user-machine:~/ALTMediaWriter# apt-get install qml-module-qtquick-dialogs qml-module-qtquick-controls2 Сборкаuser@user-machine:~/ALTMediaWriter$ qmake user@user-machine:~/ALTMediaWriter$ make Установкаroot@user-machine:~/ALTMediaWriter# make install ДополнительноУдаление ALTMediaWriteruser@user-machine:~/ALTMediaWriter$ make uninstall Удаление сборки ALTMediaWriteruser@user-machine:~/ALTMediaWriter$ make clean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Привет! А можно инструкцию сборки приложения в Ubuntu? В BUILDING.in описанно только про то, что Build standart ALTLinux build process. Если есть какая-то статья, то можете добавить ссылку прям в BUILDING.in?
Добра и счатья, буду благодарен за ответ.
The text was updated successfully, but these errors were encountered: