Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatPoliquin authored Jan 13, 2025
1 parent 69e94b7 commit 1bded6b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ More details on how to use the features here:

## Build on Linux
git clone https://github.com/MatPoliquin/stable-retro-scripts
and follow the instructions to build the ef_lib (Emulator frontend library that uses Pytorch C++)
and follow the instructions to build the ef_lib (Emulator frontend library that uses Pytorch C++):
https://github.com/MatPoliquin/stable-retro-scripts/tree/main/ef_lib

```
git clone https://github.com/MatPoliquin/RetroArchML.git
cd RetroArchML
git clone https://github.com/MatPoliquin/RetroArchAI.git
cd RetroArchAI
./configure
export LD_LIBRARY_PATH=/paht/to/ef_lib
make
export LD_LIBRARY_PATH=/path/to/ef_lib
./retroarch
```
## Build on Windows
Expand Down

0 comments on commit 1bded6b

Please sign in to comment.