Mindmapping/FreeMind

Aus Foxwiki

FreeMind

ist eine freie Software zur Erstellung von Mindmaps

  • FreeMind ist auf dem Stand von 2014.
  • Fork: Freeplane

Installation von Freemind

  1. Download: https://sourceforge.net/projects/freemind/files/latest/download
  2. Download prüfen: sha1sum <DATEINAME>
  3. mkdir -p ~/bin/freemind-bin
  4. cd ~/bin/freemind-bin
  5. unzip ~/Downloads/<DATEINAME>
  6. ln -s ~/bin/freemind-bin/freemind.sh ~/bin/freemind
  7. chmod +x ~/bin/freemind-bin/freemind.sh
  8. echo $PATH
  9. echo "export PATH=$PATH:~/bin" >> ~/.bashrc
  10. source ~/.bashrc