Like luney said, just like on any other GNU/Linux. What NW_Dev said is more if you want an icon in your app drawer.
1. Copy files / dir to the phone by whatever method.
2. Open shell, navigate to that directory.
3. Make sure the file is executable:
4. Execute the file:
Let us know what you are trying to do, what you did, and where you are stuck (or, let us know you got it to work ),
EDIT: Also check out the link in my signature for even more ways (to make GUI apps).
1. Copy files / dir to the phone by whatever method.
2. Open shell, navigate to that directory.
3. Make sure the file is executable:
Code:
chmod +x your_program
4. Execute the file:
Code:
./your_program
Let us know what you are trying to do, what you did, and where you are stuck (or, let us know you got it to work ),
EDIT: Also check out the link in my signature for even more ways (to make GUI apps).
Cheers,
TRS-80
What is Free Software and why is it so important for society?
Protocols, not Platforms
For the most Linux-y experience on your Linux phone, try SXMO!
I am (nominally) the Armbian Maintainer for PineBook Pro (although severely lacking in time these days).
TRS-80
What is Free Software and why is it so important for society?
Protocols, not Platforms
For the most Linux-y experience on your Linux phone, try SXMO!
I am (nominally) the Armbian Maintainer for PineBook Pro (although severely lacking in time these days).