ZX Spectrum IDE
Spectrum emulator/IDO, Work in progress (10/2020)
The emulator boot until the prompt is displayed
(c) 1982 Sinclair Reseach Ltd
The keyboard is now working.
Almost all is working, but the zx still crashes.
Attempt to create a modern and powerful for
the old and excellent ZX Spectrum IDE
But the spectrum is booting.
Planned features : planned, * in progress, > done)
Debugger
ROM RAM viewer
ROM/RAM Disassembler Routines labels (custom)
And if all is working as expected, I’ll enhance the project
with common features
nix / nixos : the easiest and preferred way
I’m strongly advise one to use nixos or nix in order to build klive.
After having installed nix-os, you just have to run the following commands:
nix-shell -p git
git clone https://github.com/hsaturn/klive.git
cd klive && git submodule init && git submodule update
nix-shell
mkdir build && cd build && cmake .. -G Ninja && ninja
./klive
Kubuntu
I’ve built successfully klive under Kubuntu (after having upgraded to Qt6 which was a one way upgrade).
use apt-file search if needed
sudo apt install clangd
sudo apt install libqt6core5compat6-dev
sudo apt install libqt6core6
sudo apt install libqt6core7
sudo apt install libqt6gui6
sudo apt install qmake6
sudo apt install qt6-base-dev
sudo apt install qt6-base-private-dev
sudo apt install qt6-connectivity-dev
sudo apt install qt6-declarative-dev-tools
sudo apt install qt6-l10n-tools
sudo apt install qt6-positioning-dev
sudo apt install qt6-tools-dev
sudo apt install qt6-tools-dev-tools
sudo apt-get install apt-file