Skip to content

Instantly share code, notes, and snippets.

@Postrediori
Postrediori / vimrc
Last active May 13, 2023 20:04
Config for Vim editor
" This is for vim, may not be compatible with vi
" Remove ^M characters in Linux with dos2unix:
" dos2unix .vimrc
" Line numeration
set nu
" Enable syntax highlighting
syntax on
@Postrediori
Postrediori / Build-higan-on-Fedora.md
Last active January 31, 2024 12:30
Build higan emulator (https://higan-emu.github.io) from a source code on a RedHat-based system (including Fedora and CentOS)

See also: Build ares emulator on Fedora – a newer emulator based on Higan/bsnes source code.

Introduction

This document describes hot to build higan emulator from a source code on a RedHat-based system (including Fedora and CentOS).

higan is an emulator for a number of classic video-game consoles of the 1980s and 1990s, allowing you to play classic games on a modern general-purpose computer.