diff options
author | 2012-07-28 12:43:28 -0400 | |
---|---|---|
committer | 2012-07-28 12:43:28 -0400 | |
commit | 51a067e5fc0ddfa92856264b2c939c294b996ca4 (patch) | |
tree | 4f8112b1d6cc792db21b03faf7860b3f87adf971 | |
parent | 87771304ffb6aec5f55677fe1e1bd388056d917f (diff) | |
download | textadept-51a067e5fc0ddfa92856264b2c939c294b996ca4.tar.gz textadept-51a067e5fc0ddfa92856264b2c939c294b996ca4.zip |
Updated FAQ.md mentioning lack of LuaJIT on 64-bit Windows.
-rw-r--r-- | FAQ.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -20,6 +20,17 @@ the terminal version.) - - - **Q.** +I downloaded the Windows 64-bit version but I do not see `textadeptjit.exe`. Did +you forget to include it? + +**A:** +No. Currently, [MinGW-w64][] cannot compile 64-bit LuaJIT. + +[MinGW-w64]: http://mingw-w64.sourceforge.net/ + +- - - + +**Q.** After upgrading to Textadept 5 from Textadept 4, Textadept 5 crashes hard with no messages. What can I do? |