From ea7e67d9c12334d10b129bb499f569b45407b515 Mon Sep 17 00:00:00 2001 From: Donkey Kong Date: Tue, 2 Jul 2024 05:59:05 +0930 Subject: [PATCH] Drop capstone --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 73c3e69..8b51c5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/README.md b/README.md index 6ab9bb6..95efa02 100644 --- a/README.md +++ b/README.md @@ -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.