|
2011-02-15
, 19:09
|
Posts: 45 |
Thanked: 5 times |
Joined on Oct 2008
|
#12
|
INSTRUCTIONS INCLUDING COMMAND LINE ACTIONS:
1) go to Debian site, and download Lenny package for armel
http://packages.debian.org/lenny/armel/gnugo/download
2) Open gnugo_3.7.12-1_armel.deb
(in Debian one can use MidnightCommander... maybe works in mc for n900)
3) copy usr/games/gnugo from unpacked deb file into your n900
You can use scp gnugo user@n900:/opt/usr/games/
(and before that: mkdir -p /opt/usr/games/)
4) install Java. You can download embeded edition from Sun (link and version of Java here:
http://talk.maemo.org/showthread.php?t=31291)
Also, install it somewhere in /home/user and not /home/user/MyDocs/, as it requires to create some symlinks which are not supported on MyDocs partition
5) download, unpack and run gGo http://www.pandanet.co.jp/java/gGo/
5) configure gGo's path to gnugoCode:Nokia-N900-51-1:/home/nthx/in/gGo$ ../ejre1.6.0_10/bin/java -jar lib/gGo.jar
6) Play ))
~/java/bin/java -jar ~/java/lib/gGo.jar
sudo: /home/user/java/bin/java: command not found
|
2011-02-15
, 19:21
|
Posts: 45 |
Thanked: 5 times |
Joined on Oct 2008
|
#13
|
I have installed gnugo on my N900 but it will not run. I find no icon to start. I am new here and I am only a user and no experience with X terminal or other complicated things.
Who can help??
|
2011-02-15
, 23:09
|
Posts: 15 |
Thanked: 4 times |
Joined on Mar 2010
|
#14
|
Hi;
1 copied unpacked ARM java SE headful v6_21 directory to ~/java/
(I gather that's what you meant by 'installing' java SE? It has a bin dir, no makefiles)
.....
What am I doing wrong?
Nokia-N900:/home/nthx/in/ejre1.6.0_10$ pwd /home/nthx/in/ejre1.6.0_10 Nokia-N900:/home/nthx/in/ejre1.6.0_10$ ls -l ./bin/java -rwxr-xr-x 1 user users 47259 Jun 10 2010 ./bin/java Nokia-N900:/home/nthx/in/ejre1.6.0_10$ ./bin/java -version ^[[Ajava version "1.6.0_10" Java(TM) 2 Runtime Environment, Standard Edition for Embedded (build 1.6.0_10-b42, headless) Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode) Nokia-N900:/home/nthx/in/ejre1.6.0_10$ sudo ./bin/java -version java version "1.6.0_10" Java(TM) 2 Runtime Environment, Standard Edition for Embedded (build 1.6.0_10-b42, headless) Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode)
Nokia-N900:/home/nthx/in/ejre1.6.0_10$ ls -l -rw-r--r-- 1 user users 9343 Jun 10 2010 EmbeddedCopyright.html -rw-r--r-- 1 user users 10918 Jun 10 2010 EmbeddedReadme_6.html -rw-r--r-- 1 user users 15315 Jun 10 2010 EmbeddedReleaseNotes_6.html drwxr-xr-x 2 user users 4096 Jun 10 2010 bin drwxr-xr-x 2 user users 4096 Jun 10 2010 css drwxr-xr-x 2 user users 4096 Jun 10 2010 legal drwxr-xr-x 12 user users 4096 Jun 10 2010 lib Nokia-N900:/home/nthx/in/ejre1.6.0_10$ ls -l bin/ -rwxr-xr-x 1 user users 47259 Jun 10 2010 java -rwxr-xr-x 1 user users 47298 Jun 10 2010 keytool
Who can help??