diff options
Diffstat (limited to 'README.md')
-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: |