maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   Madde install new libs (https://talk.maemo.org/showthread.php?t=57179)

MacGyver 2010-06-26 10:24

Madde install new libs
 
Hi

i want to install new libs under madden.
Can any ne explain me how can i do this ?
This lib i want to install
http://repository.maemo.org/extras-d.../s/sdl-ttf2.0/

Greats MacGyver

Jaso333 2010-06-26 11:13

Re: Madde install new libs
 
theres no way to install deb packages on MADDE, you have to insert it in manually AFAIK...

PS: MADDE not MADDEN LOL

MacGyver 2010-06-26 12:09

Re: Madde install new libs
 
Thanks

of course madde *g*.
Can i install it on the n900 and copy the libs to the madde direction
to use it ?

Greats MacGyver

Venemo 2010-06-27 11:04

Re: Madde install new libs
 
A more interesting question would be whether to copy-paste ARM or x86 packages into MADDE?

Diph 2010-06-27 12:15

Re: Madde install new libs
 
I've copied libaries from Scratchbox ARM and it seems to work.

E: Or make links to libraries and headers.

Jaso333 2010-06-27 21:05

Re: Madde install new libs
 
Quote:

Originally Posted by Venemo (Post 731161)
A more interesting question would be whether to copy-paste ARM or x86 packages into MADDE?

Would be arm, MADDE is a Cross-Compilation toolkit, thats why it compiles for ARM.

too 2010-06-28 09:16

Re: Madde install new libs
 
The quick'n'dirty way (first of all, voids your warranty)

Code:

sysroot_dir=`mad query sysroot-dir`
echo $sysroot_dir
ar p package.deb data.tar.gz | tar -C "$sysroot_dir" -ztvf -

A planned feature is to create a script that does this in managed
manner (checks for filename collisions, logs installed files etc)...

Venemo 2010-07-11 14:18

Re: Madde install new libs
 
Quote:

Originally Posted by too (Post 732354)
The quick'n'dirty way (first of all, voids your warranty)

Code:

sysroot_dir=`mad query sysroot-dir`
echo $sysroot_dir
ar p package.deb data.tar.gz | tar -C "$sysroot_dir" -ztvf -

A planned feature is to create a script that does this in managed
manner (checks for filename collisions, logs installed files etc)...

Any progress in this?


All times are GMT. The time now is 09:43.

vBulletin® Version 3.8.8