Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:guide-developer:toolchain:install-buildsystem [2024/07/31 05:46] – Update Ubuntu 22.04 apt depencies to include python3-setuptools and swig. tjdaveydocs:guide-developer:toolchain:install-buildsystem [2024/09/30 18:39] (current) – [Void] Remove Python 2 and add missing packages from the requirements table harpia
Line 36: Line 36:
 | python2-dev                        | python2-dev               | python-devel             | ?                        | python27               | ?                        | python2                  | dev-lang/python:               | | python2-dev                        | python2-dev               | python-devel             | ?                        | python27               | ?                        | python2                  | dev-lang/python:               |
 | ?                                  | python3-dev               | ?                        | ?                        | python310              | ?                        | ?                        | ?                                | | ?                                  | python3-dev               | ?                        | ?                        | python310              | ?                        | ?                        | ?                                |
 +| [[wp>SWIG]]                        | swig                      | swig                     | swig                     | swig                   | swig                     | swig                     | dev-lang/swig                    |
 | unzip                              | unzip                     | unzip                    | unzip                    | unzip                  | unzip                    | unzip                    | app-arch/unzip                   | | unzip                              | unzip                     | unzip                    | unzip                    | unzip                  | unzip                    | unzip                    | app-arch/unzip                   |
 | [[wp>GNU Wget]]                    | wget                      | wget                     | wget                     | wget                   | wget                     | wget                     | net-misc/wget                    | | [[wp>GNU Wget]]                    | wget                      | wget                     | wget                     | wget                   | wget                     | wget                     | net-misc/wget                    |
Line 172: Line 173:
 coreutils diffutils findutils flex gawk gcc gettext git grep intltool \ coreutils diffutils findutils flex gawk gcc gettext git grep intltool \
 libxslt linux-headers make ncurses-devel openssl-devel patch perl \ libxslt linux-headers make ncurses-devel openssl-devel patch perl \
-pkg-config python-devel python3-devel rsync tar unzip util-linux \ +pkg-config python3-devel rsync tar unzip util-linux wget 
-wget zlib-devel+zlib-devel time libelf perl-ExtUtils-MakeMaker-CPANfile \ 
 +help2man swig 
 + 
 +# for musl version, also install: argp-standalone musl-fts-devel musl-obstack-devel
 </code> </code>
  
  • Last modified: 2024/07/31 05:46
  • by tjdavey