How to run CPP or C?
-
How do I run a C++ program once compiled or C. Do I have to build a click package to run C++ program in terminal? If so why?
g++, gcc is missing.
Pip in not installed in python, how do i install packages for running my scripts? -
@trwidick
The recommended way is to build a click.
It's easy with clickable.If you need only CLI, then I guess you can cross-build the program on your desktop, transfer it to your UT device and run it within the terminal.
G++ or GCC are not "missing" they are not required (it's the same for android) for a normal usage. The system partition are limited so everything that is not required is removed from the rootf.
Same goes for pip, installing all the required libraries and managing the directories is an unnecessary burden. It's very simple and easy to use click packages so deployment on the device is consistent and simple.You don't ask why RPM are not supported on Ubuntu... That's the same for a mobile operating system choices were made and we stick to it until we change...
:winking_face:
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login