summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorda-woods <dw-git@d-woods.co.uk>2022-09-23 22:10:56 +0100
committerGitHub <noreply@github.com>2022-09-23 22:10:56 +0100
commit1307134b7dec846082e3021d1cae0da96f81ab76 (patch)
tree33396fb7da08c9b91c17153e2a587938c6b916dc
parent44b64546e6c90801bf8dc279d6cf2e33b02e4ed2 (diff)
downloadcython-1307134b7dec846082e3021d1cae0da96f81ab76.tar.gz
Update Nuitka vs cython_freeze in the readme
It's genuinely much more appropriate for this. I think I've answered enough support questions about making self-contained executable. So if we can point people to the right tool that's a good thing
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 0f56f5661..27d7d8150 100644
--- a/README.rst
+++ b/README.rst
@@ -102,7 +102,9 @@ Similar projects that have a relevance today include:
* Pros: highly language compliant, reasonable performance gains,
support for static application linking (similar to
- `cython_freeze <https://github.com/cython/cython/blob/master/bin/cython_freeze>`_)
+ `cython_freeze <https://github.com/cython/cython/blob/master/bin/cython_freeze>`_
+ but with the ability to bundle library dependencies into a self-contained
+ executable)
* Cons: no support for low-level optimisations and typing
In comparison to the above, Cython provides