Added Cargo.toml entry for Appimage packaging
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/target
|
||||
/.vscode
|
||||
/libs
|
||||
Cargo.lock
|
||||
|
||||
@@ -26,6 +26,12 @@ opt-level = 1
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
|
||||
[package.metadata.appimage]
|
||||
assets = ["resources"]
|
||||
icon = "resources/icon.png"
|
||||
desktop_entry = "other/rs-dublinbus.desktop"
|
||||
auto-link=true
|
||||
|
||||
[target.aarch64-unknown-linux-gnu]
|
||||
cc = "aarch64-linux-gnu-gcc"
|
||||
cxx = "aarch64-linux-gnu-g++"
|
||||
|
||||
@@ -3,6 +3,17 @@
|
||||
- LCD Rounded font by Jecko Development (http://www.jeckodevelopment.com)
|
||||
|
||||
|
||||
## Dependencies (Debian/Raspberry Pi OS)
|
||||
|
||||
* librust-openssl-dev
|
||||
* protobuf-compiler
|
||||
* libsdl3-dev
|
||||
* libsdl3-ttf-dev
|
||||
|
||||
## Install appimage package
|
||||
```
|
||||
cargo install cargo-appimage
|
||||
```
|
||||
|
||||
## Install ARM toolchains:
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user