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!
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
Post a Comment