Revision [106]
This is an old revision of UruchomienieFreemind made by WojciechLisiewicz on 2006-04-23 20:32:09.
(dotyczy openSuSE 10.0)
- Na początek musi być zainstalowana JAVA. Prawdopodobnie ta z zestawu SuSE działa, ale ja muszę robić wszystko trudniej. Dlatego zastosowałem się do wskaząwek na stronie freemind-a, a dokładnie rzecz biorąc tych:
Install Java on UN*X
It doesn't really matter, just install some Java from Sun or Blackdown. Download the Java Runtime Environment (JRE) from Sun (Linux self-extracting file), called something like j2re-1_4_2_07-linux-i586.bin (http://java.sun.com/j2se/1.4.2/download.html) or jre-1_5_0_02-linux-i586.bin (http://java.sun.com/j2se/1.5.0/download.jsp), or from Blackdown (http://blackdown.org/).
Before doing anything though, check to see if a usable Java is already on the system. Any Solaris (version 9 or newer) has one, for example.
[edit]
Install FreeMind on UN*X
Download the file called something like freemind-bin-max-0_8_0.zip (http://prdownloads.sourceforge.net/freemind/freemind-bin-max-0_8_0.zip?download) (or freemind-bin-0_8_0.zip (http://prdownloads.sourceforge.net/freemind/freemind-bin-0_8_0.zip?download) if you don't need the plugins), create somewhere a sub-directory and unpack there the file (as normal user or root, depending where you created the sub-directory):
$ unzip .../freemind-bin-max-0_8_0.zip
$ chmod +x freemind.sh
You're done, on any system where /bin/sh is a POSIX-compliant shell. That's true on most Linux systems, but not on Solaris. On Solaris, edit the first line of freemind.sh and change /bin/sh to /bin/bash. Now you're done.