Pi software you want?

So I know that quite a few programs aren’t actually available on the pi2 or 3. Not without recompiling from source.

What I’m asking is, do you need or want a specific program for the pi and an ARM version is not available? Since I’m porting some things to rpi anyway, tell me what program you’re missing and I’ll see if it is feasible to be compiled for the Rpi2 and 3. For me, darktable is important, should have that done soon :slight_smile:

Just to be clear, this isn’t for ‘any’ SOC computer. No HardKernel products or other manufacturers. Just the pi.

3 Likes

do you think that cartodb can run on our raspberry3 with ubuntu mate 16.04?

these are the requirements:

sorry i cannot post links cause i’m new here. But you can find easly googling it

needs:
GIT
PostgreSQL
GIS dependencies
Proj
JSON
GEOS
GDAL
PostGIS
Redis
NodeJS
SQL API
MAPS API
Ruby

most of them are still compiled other no! If you want we can try togheter :slight_smile:
Will be great to have cartodb running on rpi3

I would really like spotify :slight_smile:

Yep, most of them are already in the repo. But you’ll need the development libraries for these, to compile cartodb. I’m not sure if I have enough space on my sd card (I would say 32GB minimum). I tried to compile GNU Icecat but ran out of space (I have 12GB spare) and it munched nearly all of it.

If you want and you can tell me how i can give you me host i can give you access to my rpi3. i’ve a 32gb sd card!
And if necessary i can change with a sd card with 64 gb that now i use on a tablet :slight_smile:

sudo add-apt-repository ppa:cartodb/postgresql-9.3 && sudo apt-get update
and
sudo add-apt-repository ppa:cartodb/gis && sudo apt-get update

are not good becaure are compiled for amd processor.

Is it possible to compile that for arm processor?