Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tools
frackit
Commits
07f85d3a
Commit
07f85d3a
authored
Feb 06, 2020
by
Dennis Gläser
Browse files
[README] improve installation section
parent
001b4625
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
07f85d3a
...
@@ -107,10 +107,17 @@ Please note that the following requirements need to be installed:
...
@@ -107,10 +107,17 @@ Please note that the following requirements need to be installed:
Frackit requires the
[
OpenCascade
][
2
]
library to be installed on your system.
Frackit requires the
[
OpenCascade
][
2
]
library to be installed on your system.
You can download the source code
[
HERE
][
2
]
,
You can download the source code
[
HERE
][
2
]
,
and details on the installation can be found
[
HERE
][
10
]
.
and details on the installation can be found
[
HERE
][
10
]
.
Please note that
[
OpenCascade
][
2
]
requires further 3rd party
librarie
s, of which
Please note that
[
OpenCascade
][
2
]
requires further 3rd party
product
s, of which
the mandatory ones are Tcl/Tk and FreeType (see this
[
link
][
11
]
).
the mandatory ones are Tcl/Tk and FreeType (see this
[
link
][
11
]
).
On Linux systems, both of these can be installed from the command line using the
Note that on Linux systems, the Tcl/Tk libraries can be installed from the command
package manager. For more details, see
[
HERE
][
11
]
.
line. For instance, if you use Ubuntu, you can install (version 8.6) by writing
```
cpp
sudo
apt
-
get
libtk8
.6
sudo
apt
-
get
libtcl8
.6
```
in a terminal. For more details on how to install them from the sources, see
[
HERE
][
11
]
.
### Building Frackit under Linux
### Building Frackit under Linux
After
[
OpenCascade
][
2
]
and the other requirements listed above have been installed,
After
[
OpenCascade
][
2
]
and the other requirements listed above have been installed,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment