Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nzeemin/bkbtl-qt
BKBTL emulator, Qt version.
https://github.com/nzeemin/bkbtl-qt
c-plus-plus cpp cross-platform emulator pdp11 qt qt5 soviet-computer
Last synced: 2 months ago
JSON representation
BKBTL emulator, Qt version.
- Host: GitHub
- URL: https://github.com/nzeemin/bkbtl-qt
- Owner: nzeemin
- License: lgpl-3.0
- Created: 2015-03-17T09:18:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T20:58:23.000Z (12 months ago)
- Last Synced: 2024-02-10T21:35:59.130Z (12 months ago)
- Topics: c-plus-plus, cpp, cross-platform, emulator, pdp11, qt, qt5, soviet-computer
- Language: C++
- Homepage:
- Size: 901 KB
- Stars: 12
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bkbtl-qt
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
[![Build status](https://ci.appveyor.com/api/projects/status/a4y606e4i3xnrnk1?svg=true)](https://ci.appveyor.com/project/nzeemin/bkbtl-qt)
[![Build Status](https://github.com/nzeemin/bkbtl-qt/actions/workflows/push-matrix.yml/badge.svg?branch=master)](https://github.com/nzeemin/bkbtl-qt/actions/workflows/push-matrix.yml)
[![CodeFactor](https://www.codefactor.io/repository/github/nzeemin/bkbtl-qt/badge)](https://www.codefactor.io/repository/github/nzeemin/bkbtl-qt)BKBTL emulator, Qt version.
The BKBTL project consists of:
* [**bkbtl**](https://github.com/nzeemin/bkbtl) — Win32 version, for Windows.
* [**bkbtl-qt**](https://github.com/nzeemin/bkbtl-qt) is Qt based BKBTL branch, works under Windows, Linux and Mac OS X.
* [**bkbtl-testbench**](https://github.com/nzeemin/bkbtl-testbench) — test bench for regression testing.
* [**bkbtl-doc**](https://github.com/nzeemin/bkbtl-doc) — documentation and screenshots.
* Project wiki: https://github.com/nzeemin/bkbtl-doc/wiki## Как запустить под Linux
### Собрать из исходников
1. Установить пакеты: Qt 5.15.2 + QtScript
2. Скачать исходники: либо через
`git clone https://github.com/nzeemin/bkbtl-qt.git`
либо скачать как .zip и распаковать
3. Выполнить команды:
`cd emulator`
`qmake "CONFIG+=release" QtBkBtl.pro`
`make`
4. Даём права на выполнение: `chmod +x QtBkBtl`
5. Запускаем `QtBkBtl`
6. Если при запуске появилось сообщение вида `Failed to load Monitor ROM file.`, то
скачать .rom файлы от [BKBTL](https://github.com/nzeemin/bkbtl/tree/master/roms), положить в ту же папку где лежит файл `QtBkBtl`, запустить снова### Используя готовый AppImage
1. Зайти в [Releases](https://github.com/nzeemin/bkbtl-qt/releases) найти последний AppImage-релиз и скачать `*.AppImage` файл
2. Дать права на выполнение: `chmod +x BKBTL_Qt-9cc9d83-x86_64.AppImage` (подставить тут правильное название AppImage файла)
3. Если при запуске появилось сообщение вида `Failed to load Monitor ROM file.`, то
скачать .rom файлы от [BKBTL](https://github.com/nzeemin/bkbtl/tree/master/roms), положить в ту же папку где лежит AppImage файл, запустить снова