OESF Portables Forum
Model Specific Forums => Gemini PDA => Gemini PDA - Linux => Topic started by: galodoido on June 04, 2018, 01:19:23 pm
-
Is it possible to compile programs in gemini ?
What are the needed libraries ?
Thank you all .
-
Yes, you can compile on the gemini. You just need to install a compiler. The simplest is build-essentials, which installs gcc and a host of utils. The libraries you need depend on what you are compiling. A simple hello world application won't need any other libraries. A lot of open source projects will have requirements which can either be installed with apt-get or compiled from source.
You can even compile in android if you install something like termux. The ARM is probably the second most popular linux variant after x86/64, and as such is widely supported. Debian on gemini is really no different to debian on the desktop, just a different architecture.
-
Yes, you can compile on the gemini. You just need to install a compiler. The simplest is build-essentials, which installs gcc and a host of utils. The libraries you need depend on what you are compiling. A simple hello world application won't need any other libraries. A lot of open source projects will have requirements which can either be installed with apt-get or compiled from source.
You can even compile in android if you install something like termux. The ARM is probably the second most popular linux variant after x86/64, and as such is widely supported. Debian on gemini is really no different to debian on the desktop, just a different architecture.
OK.
Thank you so much !
-
Just tried to install 'build-essentials'.....
Got message 'not found'.....
?
Thanks,
Mark
-
Try apt-get install build-essential ...
-
Try apt-get install build-essential ...
That did it!
THANK YOU.
Mark