mirror of
https://gitlab.com/dk64_decomp/dk64.git
synced 2024-11-26 16:50:26 +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"
|
ENV PATH="/opt/venv/bin:$PATH"
|
||||||
|
|
||||||
RUN python3 -m pip install \
|
RUN python3 -m pip install \
|
||||||
capstone pyyaml pylibyaml pycparser \
|
pyyaml pylibyaml pycparser \
|
||||||
colorama ansiwrap watchdog python-Levenshtein cxxfilt \
|
colorama ansiwrap watchdog python-Levenshtein cxxfilt \
|
||||||
python-ranges \
|
python-ranges \
|
||||||
pypng anybadge \
|
pypng anybadge \
|
||||||
|
@ -76,7 +76,7 @@ sudo apt-get update && \
|
|||||||
vbindiff
|
vbindiff
|
||||||
|
|
||||||
sudo python3 -m pip install \
|
sudo python3 -m pip install \
|
||||||
capstone pyyaml pylibyaml pycparser \
|
pyyaml pylibyaml pycparser \
|
||||||
colorama ansiwrap watchdog python-Levenshtein cxxfilt \
|
colorama ansiwrap watchdog python-Levenshtein cxxfilt \
|
||||||
python-ranges \
|
python-ranges \
|
||||||
pypng anybadge \
|
pypng anybadge \
|
||||||
@ -86,7 +86,7 @@ sudo python3 -m pip install \
|
|||||||
Then to build everything just run make:
|
Then to build everything just run make:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
make -j8
|
make -j
|
||||||
```
|
```
|
||||||
|
|
||||||
The ROM will now be built.
|
The ROM will now be built.
|
||||||
|
Loading…
Reference in New Issue
Block a user