- Notifications
You must be signed in to change notification settings - Fork1
The simplest Rust project for Aurora OS
License
NotificationsYou must be signed in to change notification settings
croc-code/aurora-rust-helloworld
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is an example of the simplest application written in Rust to be run on the mobile Aurora OS.
- Ubuntu Linux host OS
- Rust installed (seehttps://rustup.rs for details)
make
Prepare:
make prepareCompile:
make# ormake releaseBuild RPM-package
make rpmOutput .rpm file is in
target/armv7-unknown-linux-gnueabihf/release/rpmbuild/RPMS/armv7hldirectory.Copy to a mobile device (without package signing):
make install
After package signing it is necessary to copy it to the target device and install onto the Aurora OS:
$ devel-su# pkcon install-local ./aurora-rust-helloworld-*.armv7hl.rpmRun:
$ aurora-rust-helloworldSource code is licensed under theMIT license.
About
The simplest Rust project for Aurora OS
Resources
License
Uh oh!
There was an error while loading.Please reload this page.