diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2016-07-28 04:42:10 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2016-07-28 04:42:10 -0400 |
| commit | 508584830e65fc08ea3a756dfa651670c9e01217 (patch) | |
| tree | 9e017014a11eb9581acbfdfd04b668a803259ef7 /docs/about | |
| parent | 7ef76305ac2e893a9c25776236c5e58c554aafb9 (diff) | |
more work on getting started, new documentation help, remove head links
Diffstat (limited to 'docs/about')
| -rw-r--r-- | docs/about/open-source.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 529a18e6..8f649608 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -5,9 +5,6 @@ Vector 35 is grateful for the following open source packages that are used in Binary Ninja directly or indirectly: * Documentation - -The following tools are used in the generation of our documentation, but are not distributed themselves and are merely listed here in acknowledgement for the value they provide. - - [mkdocs] ([mkdocs license] - BSD) - [mkdocs-material] ([mkdocs-material License] - BSD) - [breathe] ([breathe license] - BSD) @@ -15,6 +12,8 @@ The following tools are used in the generation of our documentation, but are not - [sphinx] ([sphinx license] - BSD and others) - [doxygen] ([doxygen license] - GPLv2) +The previous tools are used in the generation of our documentation, but are not distributed themselves and are merely listed here in acknowledgement for the value they provide. + * UI - [qt] ([qt license] - LGPLv3 / note, please see our [qt build instructions below](open-source.md#building-qt)) - [sourcecodepro] ([sourcecodepro license] - SIL open font license) @@ -36,7 +35,7 @@ Binary Ninja uses [Qt 5.6] under an LGPLv3 license which requires that we host t Please note that we offer no support for running Binary Ninja with modified Qt libraries. 1. Follow the installation requirements on the [Building Qt 5 from Git] page. -2. Download the Qt 5.6.0 [tarball] from binary.ninja. (Note this is an unmodified 5.6 identical to that available from Qt's source control, but must be hosted locally according to the [Qt 5.6] terms. +2. Download the Qt 5.6.0 [tarball] from binary.ninja. (Note this is an unmodified 5.6 identical to that available from Qt's source control, but must be hosted locally according to the [Qt 5.6] terms.) 3. Next, build QT using the aforementioned instructions. 4. On OS X, you will need to disable the code-signing signature since it would otherwise prevent changes to binaries or shared libraries. We recommend a tool such as [unsign]. 5. Finally, replace the built libraries: |
