个人工具

UbuntuHelp:Freemind

来自Ubuntu中文

Wikibot讨论 | 贡献2007年11月30日 (五) 17:22的版本

跳转至: 导航, 搜索

Introduction

Freemind http://freemind.sourceforge.net/wiki/index.php/Main_Page is a mind-mapping tool, that is already integrated with a lot of wiki stuff. I have written this page due to people asking me for installation instructions under Ubuntu.

Installing the lastest Freemind under Ubuntu 7.04 (Feisty Fawn)

Add the repository for Freemind:

gksudo gedit /etc/apt/sources.list

add the following lines

# freemind source
deb http://eric.lavar.de/comp/linux/debian/ experimental/
deb-src http://eric.lavar.de/comp/linux/debian/ experimental/

Install from the repository:

sudo apt-get update
sudo apt-get install freemind

Alternatively, you can use synaptic.

Starting Freemind

export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/
export PATH=$PATH:/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/bin/
freemind

To start it next time from terminal without setting vars

In another terminal set JAVA related variables in the profile.

echo export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/ >> ~/.bashrc
echo export PATH=$PATH:/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/bin/ >> ~/.bashrc

Alternatives

There are some alternatives to Freemind; I have tried VYM

sudo apt-get install vym

kdissert (requires KDE)

sudo apt-get install kdissert

But they are not compatible with Freemind maps, so if you already have freemind maps, it is better to use Freemind. I have found Freemind most productive and usable due to its shortcuts.