spaghetti icon indicating copy to clipboard operation
spaghetti copied to clipboard

Building from source

Open virtimus opened this issue 5 years ago • 1 comments

Nice project !

Would be interesting to make more complicated chips emulation components (like 65C02 etc) ...

Had some troubles building from source - so leaving for others as reference

sudo apt-get install build-essential cmake qtbase5-dev qtdeclarative5-dev
cd /src && git clone --depth 1 --recurse-submodules https://github.com/aljen/spaghetti
cd /src/spaghetti && mkdir -p build && cd build && cmake .. && make
cd /src/spaghetti/build && mkdir -p packages && ./SpaghettiEditor 

virtimus avatar Nov 17 '20 18:11 virtimus

Forked, did some tricks and playing with 65C02 simulation (connected from x16 commander simulator with memory handler etc). Really fun toy :) In connection with ie this cycles of videos: https://www.youtube.com/watch?v=LnzuMJLZRdU would be nice educational tool ...

virtimus avatar Nov 19 '20 07:11 virtimus