diff options
author | Fedja Beader <fedja@protonmail.ch> | 2023-12-13 23:13:26 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-01-28 17:25:09 +0100 |
commit | fb4d483e3a7287805e00e904043539abcb40bc9b (patch) | |
tree | 01e158cac844c2dd0b986aad9ecd759020ea4f10 | |
parent | 793a4f9763d5bb8300dde88203eac26673389c15 (diff) | |
download | tmwa-fb4d483e3a7287805e00e904043539abcb40bc9b.tar.gz tmwa-fb4d483e3a7287805e00e904043539abcb40bc9b.tar.bz2 tmwa-fb4d483e3a7287805e00e904043539abcb40bc9b.tar.xz tmwa-fb4d483e3a7287805e00e904043539abcb40bc9b.zip |
Update README with py3 info
-rw-r--r-- | README.md | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -66,7 +66,7 @@ exception, I always tell the content devs who also idle there. ### Build dependencies: #### Python: - required: 2.7.x only, installed in $PATH as 'python' + required: 3+ only, installed in $PATH as 'python3' #### C library: recommended: glibc 2.17 or higher supported: glibc 2.13 @@ -129,13 +129,8 @@ real rule is "does ./configure work?". When it gets to 1.0, it will start guaranteeing compatibility. Attoconf is available at [Github](https://github.com/o11c/attoconf/) and is a -well-behaving python package. - -Attoconf requires Python 2.7; a port to Python 2.6 is doable with a bit -of work, but it is not known if this would benefit anybody. - -If you're Arch - you broke Python for us all, you clean up your own mess. -Patches to call a nonexistent `/usr/bin/python2` will NOT be accepted. +well-behaving python2.7 package. An updated, Python3 port is available at +[Gitlab](https://git.themanaworld.org/specing/attobuild) and is used by TMWA. ### What is installed: #### Overview: |