Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building from source #58

Open
virtimus opened this issue Nov 17, 2020 · 1 comment
Open

Building from source #58

virtimus opened this issue Nov 17, 2020 · 1 comment

Comments

@virtimus
Copy link

virtimus commented Nov 17, 2020

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
Copy link
Author

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 ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant