You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/pages/compilation.dox
+6-11
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Other dependencies are:
17
17
visualizations and cross-platform support.
18
18
- <b>lp_solve 5.5</b>: http://lpsolve.sourceforge.net/ <br /> Lp Solve is used for calculating some of the more
19
19
complex visualization layouts.
20
-
- <b>Clang 3.8</b>: http://clang.llvm.org/ <br /> Clang is used for importing C++ projects in Envision. Support for
20
+
- <b>Clang 6.0</b>: http://clang.llvm.org/ <br /> Clang is used for importing C++ projects in Envision. Support for
21
21
importing C++ is preliminary and incomplete.
22
22
- <b>libgit2</b>: https://libgit2.github.com/ <br /> Used for Envision's git-based version control.
23
23
- <b>Python 3</b>: https://www.python.org/ <br /> Used for various scripts during building, testing and run-time execution (e.g. for information scripting).
@@ -28,13 +28,13 @@ Other dependencies are:
28
28
Boost python is used to provide bindings for the python scripting.
29
29
- <b>For the Java import tool only: Gradle </b>: http://gradle.org/ <br /> Used as build script for the JavaImportTool.
30
30
31
-
To install the dependencies on Ubuntu 16.04, run the following:
31
+
To install the dependencies on Ubuntu 18.04, run the following:
-# If you plan on using the C++ import feature you will also need an additional symbolic link to the clang libraries directly in main directory of Envision's source:
Copy file name to clipboardexpand all lines: doc/pages/main.dox
+32-5
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@
5
5
editor and is used for large-scale software development.
6
6
7
7
Envision is an open-source project using the BSD license. The project is based on the
8
-
<a href="http://qt-project.org/">Qt</a> framework and is cross-platform. <a href="http://www.pm.inf.ethz.ch/research/envision.html">Envision is developed at ETH Zurich</a> in the context of <a href="http://www.pm.inf.ethz.ch/people/person-detail.html?persid=167548">Dimitar Asenov's PhD studies</a>.
8
+
<a href="http://qt-project.org/">Qt</a> framework and is cross-platform. <a href="http://www.pm.inf.ethz.ch/research/envision.html">Envision was originally developed at ETH Zurich</a> in the context of <a href="http://www.pm.inf.ethz.ch/people/person-detail.html?persid=167548">Dimitar Asenov's PhD studies</a>.
9
9
10
10
To read about the motivation for building Envision and find out what are some of the key ideas for the IDE, please
0 commit comments