MYaseen208 Asked: 2014-11-19 07:48:03 +0800 CST2014-11-19 07:48:03 +0800 CST 2014-11-19 07:48:03 +0800 CST Installing TikzEdt on Ubuntu 14.04 772 I switched from Windows 7 to Ubuntu 14.04 and want to install TikZ editor TikzEdt (See here and here). I would highly appreciate if someone explain me how to install it. Thanks 14.04 1 Answers Voted Best Answer RPiAwesomeness 2014-11-19T08:13:27+08:002014-11-19T08:13:27+08:00 It's pretty simple, just follow the instructions provided at the second link (here). You need Mono and Latex, so run this command: sudo apt-get install mono-complete texlive-full Then download the file provided at that page (TikzEdt_2_1_Linux.tar.gz) Copy/paste the downloaded file to the location where you want to run it from. Run: tar -xf TikzEdt_2_1_Linux.tar.gz in the same folder as the downloaded file. Once it's finished extracting, run: ./tikzedt You should be good to go!
It's pretty simple, just follow the instructions provided at the second link (here).
You need Mono and Latex, so run this command:
Then download the file provided at that page (TikzEdt_2_1_Linux.tar.gz)
Copy/paste the downloaded file to the location where you want to run it from.
Run:
in the same folder as the downloaded file.
Once it's finished extracting, run:
You should be good to go!