summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2020-05-08 20:26:12 -0400
committerRusty Wagner <rusty@vector35.com>2020-05-11 15:55:55 -0400
commit8f52612b108f4c58c50a2e3e60a795c008dec54e (patch)
tree93c95c02a1115652725d3756195d4e5e56e10167 /docs
parent0cf59807fa364b11de65dc3f1e1c2d2bc7dd87a2 (diff)
Update open source links in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/about/open-source.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md
index b5abbb3d..2735ebd5 100644
--- a/docs/about/open-source.md
+++ b/docs/about/open-source.md
@@ -31,6 +31,7 @@ The previous tools are used in the generation of our documentation, but are not
- [sqlite] ([sqlite license] - public domain)
- [zlib] ([zlib license] - zlib license)
- [rapidjson] ([rapidjson license] - MIT)
+ - [jemalloc] ([jemalloc license] - 2-clause BSD)
* Other
- [yasm] ([yasm license] - 2-clause BSD) used for assembling x86 and x64
@@ -49,7 +50,7 @@ Binary Ninja uses [Qt 5.14] under an LGPLv3 license which requires that we host
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.14.0 [tarball] from binary.ninja. (Note this is an unmodified 5.14 identical to that available from Qt's source control, but must be hosted locally according to the [Qt 5.14] terms.)
+2. Download the Qt 5.14.2 [tarball] from binary.ninja. (Note this is an unmodified 5.14 identical to that available from Qt's source control, but must be hosted locally according to the [Qt 5.14] 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:
@@ -100,7 +101,7 @@ Please note that we offer no support for running Binary Ninja with modified Qt l
[sphinx]: http://www.sphinx-doc.org/en/stable/index.html
[sqlite license]: https://www.sqlite.org/copyright.html
[sqlite]: https://www.sqlite.org/index.html
-[tarball]: https://binary.ninja/qt5.14.0.tar.xz
+[tarball]: https://binary.ninja/qt5.14.2.tar.xz
[tomcrypt license]: https://github.com/libtom/libtomcrypt/blob/develop/LICENSE
[tomcrypt]: https://github.com/libtom/libtomcrypt
[unsign]: https://github.com/steakknife/unsign
@@ -110,3 +111,5 @@ Please note that we offer no support for running Binary Ninja with modified Qt l
[xed license]: http://www.github.com/intelxed/xed/blob/master/LICENSE
[zlib license]: http://www.zlib.net/zlib_license.html
[zlib]: http://www.zlib.net/
+[jemalloc]: https://github.com/jemalloc/jemalloc
+[jemalloc license]: https://github.com/jemalloc/jemalloc/blob/master/COPYING \ No newline at end of file