Коммит ce3f76eb создал по автору vladislav.larionov's avatar vladislav.larionov
Просмотр файлов

Update the readme file

владелец c0d85cf0
......@@ -43,6 +43,8 @@ of an application based on C++ and QML for Aurora OS.
## Building
**The current application version does not pass the validation procedure.**
**The application cannot be built with Qt Creator IDE.**
To build the application use the next steps:
......@@ -69,6 +71,8 @@ The target rpm-package is in the RPMS directory of the project.
Note: To execute the steps "git lfs pull" and "git submodule update --init", you will need to have Git Large File Storage (LFS) and Git Submodule plugins installed on your system.
You might use the `build_and_isntall.sh` script to build and install the application but **you must correct it with your device, sdk target, and certificate paths.**
## Package signature
You can read about package signing in [package_signing](https://community.omprussia.ru/documentation/software_development/guides/package_signing.html)
......
#!/bin/sh
set -e
clear
echo "Start building..."
~/AuroraOS/bin/sfdk config target=AuroraOS-4.0.2.249-base-armv7hl
~/AuroraOS/bin/sfdk build
echo "Building result is $?"
echo "Building is finished"
echo "Set the INOI P4903 (ARM) device to deploy"
......@@ -22,12 +22,7 @@ echo "Signing..."
echo "Deploying..."
~/AuroraOS/bin/sfdk deploy --sdk --silent
# sfdk deploy --sdk --silent --all "ru.auroraos.OfficeViewer" && sfdk device exec /usr/bin/ru.auroraos.OfficeViewer
# ~/AuroraOS/bin/sfdk deploy --sdk --silent --all "ru.auroraos.OfficeViewer"
echo "Deploying result is $?"
echo "Done"
echo "Start the application..."
~/AuroraOS/bin/sfdk device exec /usr/bin/ru.auroraos.OfficeViewer
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать