R2 on Raspberry Pi
Maomao1-Mar-2013/5:52:21+1:00
Bonjour,

Est-il possible d'installer Rebol/View 2 sur Raspberry Pi (Raspbian “wheezy”)?
Je ne trouve pas d'instructions à part ce post (http://www.rebol.com/cgi-bin/blog.r?view=0526#comments) mais qui est pour Rebol 3 et presque incompréhensible pour le débutant que je suis...

Thx
rosanoff1-Mar-2013/7:40:26+1:00
Bonjour,
il existe une vieille version 2.5 pour arm.
http://www.rebol.com/downloads/core048.tar.gz

à tester.
shadwolf1-Mar-2013/14:17:06+1:00
le support multi plateforme exotique n a pas fait long feu donc je doute que rebol/view existe pour archi ARM.
PierreCh18-Feb-2019/16:07:20
à ma plus grande joie, je viens de trouver un Rebol2/core qui tourne sur un Raspberry Pi:

pirate@geopoppy:~$ wget http://www.rebol.com/downloads/v278/rebol-core-278-4-8.tar.gz
--2019-02-18 16:59:35--  http://www.rebol.com/downloads/v278/rebol-core-278-4-8.tar.gz
Resolving www.rebol.com (www.rebol.com)... 162.216.18.225
Connecting to www.rebol.com (www.rebol.com)|162.216.18.225|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 214062 (209K) [application/x-tar]
Saving to: ‘rebol-core-278-4-8.tar.gz’

rebol-core-278-4-8.tar.gz                        100%[========================================================================================================>] 209.04K   285KB/s    in 0.7s    

2019-02-18 16:59:36 (285 KB/s) - ‘rebol-core-278-4-8.tar.gz’ saved [214062/214062]

pirate@geopoppy:~$ tar xzvf rebol-core-278-4-8.tar.gz 
rebol-core/
rebol-core/rebol
pirate@geopoppy:~$ rebol-core/rebol 
REBOL/Core 2.7.8.4.8 (16-Jan-2016)
Copyright 2016 REBOL Technologies
REBOL is a Trademark of REBOL Technologies
All rights reserved.

Finger protocol loaded
Whois protocol loaded
Daytime protocol loaded
SMTP protocol loaded
ESMTP protocol loaded
POP protocol loaded
IMAP protocol loaded
HTTP protocol loaded
FTP protocol loaded
NNTP protocol loaded
>> loop 3 [ print "chui content!" ]
chui content!
chui content!
chui content!
>> 


En plus, il marche correctement avec le protocole PostgreSQL de DocKimbel:

>> do %geolllibre/gll_routines.r
Script: "Rebol routines called by geolllibre gll_* programs" (26-Jan-2014/18:27:07+1:00)
pgSQL protocol loaded
mySQL protocol loaded
btn protocol loaded
Gll preferences loaded: 
dbhost: "192.168.1.32"
dbname: "bdexplo"
user: "pierre"
tmp_schema: "tmp_imports"
Current working directory: /home/pirate/
connecting to: 192.168.1.32
Connected to database bdexplo hosted by 192.168.1.32, logged in as role pierre
== none
>> run_query "SELECT opid, count(*) FROM public.dh_collars GROUP BY opid ORDER BY opid;"                                                                       
== [[-1 14.0] [0 859.0] [4 859.0] [5 110.0] [10 4715.0] [11 4203.0] [17 980.0] [18 782.0] [22 5.0] [24 101.0] [25 943.0] [33 192.0]...
>> 


Je baigne dans une joie quasi-extatique.

N'ayant pas de X sur ce Raspberry Pi, je ne me soucie pas du Rebol/View. Je verrai ça sur mon prochain Pi.

Login required to Post.


Powered by RebelBB and REBOL 2.7.8.4.2