maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   Erlang and gtknode on n810 (https://talk.maemo.org/showthread.php?t=22891)

reiv 2008-08-16 04:42

Erlang and gtknode on n810
 
1 Attachment(s)
The homepage of gtknode
http://code.google.com/p/gtknode/

To get gtknode to work:
  1. download and install erlang.
    erlang-base_12.b.3-dfsg-4_armel.deb
    (become root)
    Code:

    dpkg -i erlang-base_12.b.3-dfsg-4_armel.deb
  2. download the precompiled gtknode binary.
    gtknode-0.32_armel.tar.gz
  3. untar gtknode-0.32_armel.tar.gz to somewhere, for example /home/user
    Code:

    cd /home/user
    tar zxvf gtknode-0.32_armel.tar.gz

    this will create the dir "~/opt/lib/erlang/lib/gtknode-0.32"
  4. test the example
    Code:

    erl -sname hello \
    -pa ~/opt/lib/erlang/lib/gtknode-0.32/ebin \
    -pa ~/opt/lib/erlang/lib/gtknode-0.32/examples/hello \
    -s hello start


jase21 2010-12-07 12:25

Re: Erlang and gtknode on n810
 
Can N900 run erlang? Did anyone test this on N900?


All times are GMT. The time now is 16:46.

vBulletin® Version 3.8.8