Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blagalucianflorin authored Sep 27, 2022
1 parent 897ef0c commit 122efc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# lbnes

A Nintendo Entertainment System emulator in the works. Written in C++ with SDL2.
Cross-platform support (currently Linux, Windows and macOS). Actively developing new features and adding game support.
Cross-platform support (currently Linux, Windows, Raspberry Pi and macOS). Actively developing new features and adding game support.
Not 100% accurate but it works pretty well.

## Releases
Check out the latest stable release on the [releases page](https://github.com/blagalucianflorin/lbnes/releases).
Currently only Ubuntu and Windows-x86 builds are available. macOS builds are in the works.
Currently only Ubuntu and Windows-x86, Raspberry Pi 4 builds are available. macOS builds are in the works.

You can also build the emulator yourself, check out the 'Requirements, Clone & Build' section.

Expand All @@ -25,7 +25,7 @@ You can also build the emulator yourself, check out the 'Requirements, Clone & B
## Requirements, Clone & Build


### Linux (Debian)
### Linux (Debian) - Ubuntu / Raspberry Pi
```bash
sudo apt install cmake g++ libsdl2-dev
git clone --recursive https://github.com/blagalucianflorin/lbnes
Expand Down Expand Up @@ -63,4 +63,4 @@ cd lbnes
mkdir bin && cd bin
cmake .. && make
./lbnes <path/to/rom.nes>
```
```

0 comments on commit 122efc2

Please sign in to comment.