Drop capstone

This commit is contained in:
Donkey Kong 2024-07-02 05:59:05 +09:30
parent b2326ad34e
commit ea7e67d9c1
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ RUN python -m venv /opt/venv
ENV PATH="/opt/venv/bin:$PATH"
RUN python3 -m pip install \
capstone pyyaml pylibyaml pycparser \
pyyaml pylibyaml pycparser \
colorama ansiwrap watchdog python-Levenshtein cxxfilt \
python-ranges \
pypng anybadge \

View File

@ -76,7 +76,7 @@ sudo apt-get update && \
vbindiff
sudo python3 -m pip install \
capstone pyyaml pylibyaml pycparser \
pyyaml pylibyaml pycparser \
colorama ansiwrap watchdog python-Levenshtein cxxfilt \
python-ranges \
pypng anybadge \
@ -86,7 +86,7 @@ sudo python3 -m pip install \
Then to build everything just run make:
```sh
make -j8
make -j
```
The ROM will now be built.