[Talk-es] instalar josm en debian 502 gnome
Iván Sánchez Ortega
ivan en sanchezortega.es
Mar Sep 8 00:09:28 BST 2009
El Lunes, 7 de Septiembre de 2009, sergio sevillano escribió:
> luego, donde es correcto dejar el latest-josm.tar
Donde quieras, pero mantenlo actualizado con un scriptillo (que también está
por el wiki):
#!/bin/sh
#
# Startup-script for josm to fetch the latest version if an older version is
installed
#
# fix for use with compiz, delete next line if you don't use compiz, else josm
won't work properly.
#export AWT_TOOLKIT=MToolkit
# change to directory where josm-jar-file is located
cd ~/bin
# backup old version in case the new one doesn't work
cp josm-latest.jar josm-latest.jar.0
# download latest version if available
wget -N http://josm.openstreetmap.de/download/josm-latest.jar
# change to desired working directory
cd ~/openstreetmap
# start josm using alsa with 2D-acceleration and assign 512MB of memory
java -Dsun.java2d.opengl=true -jar -Xmx1024M josm-latest.jar
--
----------------------------------
Iván Sánchez Ortega <ivan en sanchezortega.es>
Más vale ser cobarde un minuto que muerto todo el resto de la vida.
More information about the Talk-es
mailing list