Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drhelius/gearlynx
Lynx emulator and debugger for macOS, Windows, Linux, BSD and RetroArch.
https://github.com/drhelius/gearlynx
atari bsd emulator libretro linux lynx macos raspberry-pi raspberrypi
Last synced: 2 days ago
JSON representation
Lynx emulator and debugger for macOS, Windows, Linux, BSD and RetroArch.
- Host: GitHub
- URL: https://github.com/drhelius/gearlynx
- Owner: drhelius
- License: gpl-3.0
- Created: 2025-01-24T09:23:13.000Z (6 days ago)
- Default Branch: main
- Last Pushed: 2025-01-24T10:10:31.000Z (6 days ago)
- Last Synced: 2025-01-24T10:24:57.223Z (6 days ago)
- Topics: atari, bsd, emulator, libretro, linux, lynx, macos, raspberry-pi, raspberrypi
- Language: Dockerfile
- Homepage: https://x.com/drhelius
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Gearlynx
[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/drhelius/Gearlynx/gearlynx.yml)](https://github.com/drhelius/Gearlynx/actions/workflows/gearlynx.yml)
[![GitHub tag (with filter)](https://img.shields.io/github/v/tag/drhelius/Gearlynx?label=version)](https://github.com/drhelius/Gearlynx/releases)
[![commits)](https://img.shields.io/github/commit-activity/t/drhelius/Gearlynx)](https://github.com/drhelius/Gearlynx/commits/main)
[![GitHub contributors](https://img.shields.io/github/contributors/drhelius/Gearlynx)](https://github.com/drhelius/Gearlynx/graphs/contributors)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/drhelius)](https://github.com/sponsors/drhelius)
[![GitHub](https://img.shields.io/github/license/drhelius/Gearlynx)](https://github.com/drhelius/Gearlynx/blob/main/LICENSE)
[![Twitter Follow](https://img.shields.io/twitter/follow/drhelius)](https://twitter.com/drhelius)> IN DEVELOPMENT: Not intended to be used now!
This is an open source project with its ongoing development made possible thanks to the support by these awesome [backers](backers.md). If you find it useful, please, consider [sponsoring](https://github.com/sponsors/drhelius).
## Downloads
- **Latest Builds**: [here](https://github.com/drhelius/Gearlynx/actions/workflows/gearlynx.yml)
## Build Instructions### Windows
- Install Microsoft Visual Studio Community 2022 or later.
- Open the Gearlynx Visual Studio solution `platforms/windows/Gearlynx.sln` and build.### macOS
- Install Xcode and run `xcode-select --install` in the terminal for the compiler to be available on the command line.
- Run these commands to generate a Mac *app* bundle:``` shell
brew install sdl2
cd platforms/macos
make dist
```### Linux
- Ubuntu / Debian / Raspberry Pi (Raspbian):
``` shell
sudo apt install build-essential libsdl2-dev libglew-dev libgtk-3-dev
cd platforms/linux
make
```- Fedora:
``` shell
sudo dnf install @development-tools gcc-c++ SDL2-devel glew-devel gtk3-devel
cd platforms/linux
make
```### BSD
- FreeBSD:
``` shell
su root -c "pkg install -y git gmake pkgconf SDL2 glew lang/gcc gtk3"
cd platforms/bsd
gmake
```- NetBSD:
``` shell
su root -c "pkgin install gmake pkgconf SDL2 glew lang/gcc gtk3"
cd platforms/bsd
gmake
```### Libretro
- Ubuntu / Debian / Raspberry Pi (Raspbian):
``` shell
sudo apt install build-essential
cd platforms/libretro
make
```- Fedora:
``` shell
sudo dnf install @development-tools gcc-c++
cd platforms/libretro
make
```## License
Gearlynx is licensed under the GNU General Public License v3.0 License, see [LICENSE](LICENSE) for more information.