How to install Freeplane 1.6.x from github in Ubuntu 16.04

First, you need to clone the project form github:

git clone https://github.com/freeplane/freeplane.git

Now, to build it, you need to install grandle to create BIN folder where will be freeplane:

sudo apt-get install gradle
cd freeplane
gradle dist test
cd BIN
./freeplane.sh

Enjoy it!

Comments

Popular posts from this blog

Exception: Could not find a default OpenFlow controller in Mininet

How to fix Android when developer options are not available for this user

v4l2: open /dev/video0: Permission denied