-
Notifications
You must be signed in to change notification settings - Fork 16
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
Build tutorial request #51
Comments
Hi, it's the best place to ask, that's what the issues are for. Sure, I'll try to do this on the weekend |
Hello Aljen, are you still able to do a tutorial about using cmake to build the project. I also am having problems with cmake on windows. Are there any other alternatives to cmake? |
Hello, I'm sorry, I'm still a little busy at work, that's why it's been going on for so long. I'm using Qt Creator on Linux and on Windows as an IDE.
|
OK, so I build the project but when I run it, I get SpaghettiEditor.exe has stoped working... and in QT editor SpaghettiEditor.exe has exited with code 3. I did run windeployqt app from QT bin and also searched for some other dlls like msvcp140.dll and added them to the bin folder of my project... but still i get the same result the app simply closes. Am i missing something? I can't eve run in from QT editor.... |
My bad :D |
And make an installer? Shouldn't i be able to open the spaghettieditor with QTCreator? Should I get this librarys installed on my pc? https://github.com/nlohmann/json , https://github.com/cameron314/concurrentqueue, https://github.com/greg7mdp/sparsepp, http://www.boost.org . I run the debuger and i got all sorts of errors regarding json.hpp |
Nope, everything needed is already in the tree, except spdlog, which is pulled as a git submodule. |
Come on really????? all i had to do was put a simple empty folder called "packages" in the release folder??? That worked, i didn't really understood you the first the since it was a simple thing....(now it's obvious) I was strugling for 2 days with this.... good thing I figured it out |
Thank you for your answers Aljen! |
Yeah, that simple :) Np, thanks for valuable input and for the interest in this project! :) |
Hi Aljen, from what I can see there is the ability to pack certain circuits in a package, is this fully implemented and I don't know how to use it? or it's not yet working? If it is how can I make it work ? Never mind found it :D bottom left under packages (for anyone wondering the same thing). Just have to input the path close editor and open again. |
Hey, yes it's fully implemented, all you need to do is to set a path in a package properties, save it and after restart it should be available in the Packages section on the left panel :) There is no live reload at the moment, so you must restart it to see it in Packages section :/ Glad you found it by yourself :) |
Hello, I know this is probably an inappropriate place to ask,
but I'm struggling to build this project with visual studio cmake.
Could you maybe include a small tutorial how to do it from start to finish, @aljen?
That would be great so I could finally tinker with your marvellous creation.
The text was updated successfully, but these errors were encountered: