diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2021-06-07 18:31:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-07 18:31:56 -0400 |
| commit | b6904aa2cc756e1b553d65cce2f04410d21d0210 (patch) | |
| tree | 3c5e1e0d85d62779679829be09d9717bacbbc6c2 /README.md | |
| parent | 2bf68a5263d15b0b32db0c684a56175cf7755dbc (diff) | |
Convert every submodule into subrepo (#170)
* remove ZAPD submodule
* git subrepo clone https://github.com/zeldaret/ZAPD.git tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "ca229f19"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git"
branch: "master"
commit: "ca229f19"
git-subrepo:
version: "0.4.3"
origin: "???"
commit: "???"
* git subrepo clone https://github.com/simonlindholm/decomp-permuter.git tools/decomp-permuter
subrepo:
subdir: "tools/decomp-permuter"
merged: "1e4b85a7"
upstream:
origin: "https://github.com/simonlindholm/decomp-permuter.git"
branch: "main"
commit: "1e4b85a7"
git-subrepo:
version: "0.4.3"
origin: "???"
commit: "???"
* Remove asm-differ
* git subrepo clone https://github.com/simonlindholm/asm-differ.git tools/asm-differ
subrepo:
subdir: "tools/asm-differ"
merged: "eaf72269"
upstream:
origin: "https://github.com/simonlindholm/asm-differ.git"
branch: "master"
commit: "eaf72269"
git-subrepo:
version: "0.4.3"
origin: "???"
commit: "???"
* remove asm-processor
* git subrepo clone https://github.com/simonlindholm/asm-processor.git tools/asm-processor
subrepo:
subdir: "tools/asm-processor"
merged: "85288fcd"
upstream:
origin: "https://github.com/simonlindholm/asm-processor.git"
branch: "master"
commit: "85288fcd"
git-subrepo:
version: "0.4.3"
origin: "???"
commit: "???"
* remove .gitmodules file
* Update REAMDE
* Update warnings
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -56,12 +56,19 @@ The build process has the following package requirements: * binutils-mips-linux-gnu * python3 * pip3 +* libpng-dev Under Debian / Ubuntu (which we recommend using), you can install them with the following commands: ```bash sudo apt update -sudo apt install make git build-essential binutils-mips-linux-gnu python3 python3-pip +sudo apt install make git build-essential binutils-mips-linux-gnu python3 python3-pip libpng-dev +``` + +To install the Python dependencies simply run in a terminal: + +```bash +python3 -m pip install -r requirements.txt ``` #### 2. Fork the repository |
