Skip to content

Commit

Permalink
Add python2 to build dependencies
Browse files Browse the repository at this point in the history
There are build scripts that explicitly call `python2`. Therefore it needs to be installed.
  • Loading branch information
jonnius authored and doniks committed Mar 27, 2023
1 parent 10d36de commit ba270a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion porting/introduction/Setting_up.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Install the required dependencies::
libgl1-mesa-dev g++-multilib mingw-w64-i686-dev tofrodos \
python3-markdown libxml2-utils xsltproc zlib1g-dev:i386 schedtool \
liblz4-tool bc lzop imagemagick libncurses5 rsync \
python-is-python3
python-is-python3 python2

Create a directory named 'bin' in your home directory, and include it in your path::

Expand Down

0 comments on commit ba270a5

Please sign in to comment.