Skip to content

emu-russia/breaknes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

NES/Famicom/Dendy emulator at the gate level.

Progress

progress

Build for Windows

Use Windows and VS2022. Open Breaknes.sln and click the Build button with your left heel. Dotnet 6.0 Desktop Runtime is also required.

For those who like minimalism - see Breaknes build using SDL2 (Breaknes/BreaknesSDL).

Build for Linux

In general, the build process is typical for Linux. First you get all the sources from Git. Then you call CMake/make

# Get source
# Choose a suitable folder to store a clone of the repository, cd there and then
git clone https://github.com/emu-russia/breaknes.git
cd breaknes

# Preliminary squats
mkdir build
cd build
cmake ..
make

# Find the executable file in the depths of the build folder
./breaknes bomber.nes

If something doesn't work, you do it. You have red eyes for a reason. 🐧