Skip to content

Commit

Permalink
README.md instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nzeemin committed Feb 11, 2024
1 parent ac53556 commit 3f03491
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,26 @@ Soyuz-Neon is based on the N1806VM2 processor, so it is partially compatible wit
This repository is for Qt version of the NeonBTL emulator.

Emulator status: Work in progress.


## Как запустить под Linux

### Собрать из исходников

1. Установить пакеты: Qt 5<br>
`sudo apt install qtbase5-dev qt5-qmake`
2. Скачать исходники: либо через<br>
`git clone https://github.com/nzeemin/neonbtl-qt.git`<br>
либо скачать как .zip и распаковать
3. Выполнить команды:<br>
`cd emulator`<br>
`qmake "CONFIG+=release" QtNeonBtl.pro`<br>
`make`<br>
4. Дать права на выполнение: `chmod +x QtNeonBtl`
5. Запустить `QtNeonBtl`

### Используя готовый AppImage

1. Зайти в [Releases](https://github.com/nzeemin/neonbtl-qt/releases) найти последний AppImage-релиз и скачать `*.AppImage` файл
2. Дать права на выполнение: `chmod +x NeonBTL_Qt-xxxxxxx-x86_64.AppImage` (подставить тут правильное название AppImage файла)
3. Запустить AppImage файл

0 comments on commit 3f03491

Please sign in to comment.