diff --git a/data/README.md b/data/README.md index 72b91bd..30729a9 100644 --- a/data/README.md +++ b/data/README.md @@ -8,6 +8,7 @@ All files ending in `.data` have been compiled with **[RetroArch]**. *Check my **[Fork]** for changes made to the original software.* +


@@ -28,6 +29,7 @@ sudo apt install -y \ git ``` +

### WASM @@ -38,8 +40,12 @@ sudo apt install -y \ git clone https://github.com/ethanaobrien/RetroArch.git ``` +
+ 2. Navigate to `/dist-scripts/` +
+ 3. Build with: ```sh @@ -47,6 +53,7 @@ sudo apt install -y \ ```
+
### LibRetro @@ -56,29 +63,37 @@ sudo apt install -y \ git clone https://github.com/libretro/libretro-fceumm.git ``` +
+ 2. The next steps depend on whether or
not you have a `Makefile.libretro` . +
+ #### With - 1. Navigate to the folder with the makefile. + - Navigate to the folder with the makefile. - 2. Build with: + - Build with: ```sh emmake make -f Makefile.libretro platform=emscripten ``` +
+ #### Without - 1. Stay in the base directory of the project. + - Stay in the base directory of the project. - 2. Build with: + - Build with: ```sh emmake make platform=emscripten ``` +
+ 3. Copy the `.bc` file to the `/dist-cores/` folder.