From 1c72825bb51c082c3d43c358f49af8e77b9ec04c Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Mon, 16 May 2022 19:57:20 -0400 Subject: [PATCH] Linked Dependencies --- data/README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/data/README.md b/data/README.md index d3e3d52..e83e914 100644 --- a/data/README.md +++ b/data/README.md @@ -20,6 +20,14 @@ All files ending in `.data` have been compiled with **[RetroArch]**. ### Dependencies +- **[Build Essential]** +- **[BinUtils]** +- **[PkgConf]** +- **[Python]** +- **[Git]** + +
+ ```sh sudo apt install -y \ binutils-mips-linux-gnu \ @@ -104,5 +112,16 @@ sudo apt install -y \ [RetroArch]: https://github.com/libretro/RetroArch [Fork]: https://github.com/ethanaobrien/RetroArch -[Badge GPLv3]: https://img.shields.io/badge/License-GPL_3-blue.svg?style=flat [GPLv3]: cores/LICENSE + + + +[Build Essential]: https://packages.ubuntu.com/focal/build-essential +[BinUtils]: https://www.gnu.org/software/binutils/ +[PkgConf]: http://pkgconf.org/ +[Python]: https://www.python.org/ +[Git]: https://git-scm.com/ + + + +[Badge GPLv3]: https://img.shields.io/badge/License-GPL_3-blue.svg?style=flat