krok55 / perldroid

Automatically exported from code.google.com/p/perldroid
0 stars 0 forks source link

how to compile perl modules #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
can you provide instructions on how to compile the perl modules 

or can you suggest if i can use your perl modules directly in SL4A version of 
perl.

i am looking for using a large number of perl modules for some projects of mine.

basically i have perl codes running on my linux machine just want to port then 
directly on android and will be running them of console.

Original issue reported on code.google.com by anant@anantshri.info on 20 Jul 2011 at 3:09

GoogleCodeExporter commented 9 years ago
this is a request not defect i am not getting option to change it.

Original comment by anant@anantshri.info on 20 Jul 2011 at 3:11

GoogleCodeExporter commented 9 years ago
I plan to make it possible to cross compile any CPAN module. This will, 
however, the perl source tree with the perl interpreter already compiled. More 
on this later.

Original comment by feckmicr...@gmail.com on 26 Jun 2012 at 4:47

GoogleCodeExporter commented 9 years ago
Would Perl/Tk be able to compiled and used?

Original comment by pjfa...@gmail.com on 27 Jun 2012 at 7:47

GoogleCodeExporter commented 9 years ago
Perl/Tk could theoretically be cross compiled and used but for this you would 
need:

1) to cross compile Tk and all of its prerequisites before
2) make a Java wrapper for your application to use it like any other Android 
application

Original comment by feckmicr...@gmail.com on 27 Jun 2012 at 7:54

GoogleCodeExporter commented 9 years ago
I prefer to say that this could be a tough task to do on Android (because of 
the graphics system input / output, etc.)

Original comment by feckmicr...@gmail.com on 27 Jun 2012 at 7:56

GoogleCodeExporter commented 9 years ago
It is now possible to cross compile almost any CPAN module. See [Cpan5160]

Original comment by feckmicr...@gmail.com on 11 Jul 2012 at 10:33