mirror of
https://gitlab.com/dk64_decomp/dk64.git
synced 2024-11-22 22:51:02 +00:00
Drop capstone
This commit is contained in:
parent
b2326ad34e
commit
ea7e67d9c1
@ -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 \
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user