diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-05-14 20:54:37 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-05-14 20:54:37 +0300 |
| commit | 9803b322f010ae1fd20421ae87ca94a00a932774 (patch) | |
| tree | 9d928a6bedfa9b2b4d575c89b36e7dd36f94bd32 /INSTALL.md | |
| parent | 968e200c78f057f46fae5bb9b71fec64bfb48bfe (diff) | |
Add Installation instructions for pycparser
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -17,7 +17,7 @@ To build other variants, you need to place the corresponding baserom before buil The [prerelease version of the Linux subsystem](https://docs.microsoft.com/windows/wsl/install-legacy) available in the 1607 and 1703 releases of Windows 10 is obsolete so consider uninstalling it. -Make sure that the `build-essential`, `git`, and `libpng-dev` packages are installed. The `build-essential` package includes the `make`, `gcc-core`, and `g++` packages so they do not have to be obtained separately. +Make sure that the `build-essential`, `git`, `python3`, `python3-pip` and `libpng-dev` packages are installed. The `build-essential` package includes the `make`, `gcc-core`, and `g++` packages so they do not have to be obtained separately. In the case of Cygwin, [include](https://cygwin.com/cygwin-ug-net/setup-net.html#setup-packages) the `make`, `git`, `gcc-core`, `gcc-g++`, and `libpng-devel` packages. @@ -29,6 +29,9 @@ Install the **devkitARM** toolchain of [devkitPro](https://devkitpro.org/wiki/Ge export DEVKITARM=$DEVKITPRO/devkitARM echo "export DEVKITARM=$DEVKITARM" >> ~/.bashrc +Install the pycparser python package: + pip3 install pycparser + ## Installation To set up the repository: |
