-
Notifications
You must be signed in to change notification settings - Fork 997
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
Update README for Windows #1309
Conversation
Import latest updates from Kliment
Merge last changes from Kliment
Update to latest version from Kliment
Latest updates from Kliment
New updates from Kliment macos package
Pull newest updates from Kliment
Update from Kiment
Update from Kliment RC8
Updates from Kiment master
Replacing time.clock() with time.perf_counter() --> Deprecated since Python 3.3 and deleted in Python 3.8 Replacing wx.FutureCall with wx.CallLater --> wxPyDeprecationWarning
1. Add directory GTK3Windows10-64 with all needed DLL’s 2. Modified release_windows.bat for local compilation too 3. Modified Github action workflow for Windows 10-64bit only
…tory, change buildpackage-win.yml to integrate GTK3 as submodule and compile the correct version GTK3 version for 32-/64-bit or as external reference via windows system environment path
…as these are not longer accepted for Python 3.10Correction for update pip and remark for droped wxPython x86 support
… into testPython3.10
…so pyglet version needs to be below 2.0 (requirements.txt and release_windows.bat) Add superslicer.ini to .gitignore.
Cleanup requirements.txt
Latest changes from Kliment
…2.5.2 as workaround for now
merge branch testPython3.10 into master
Fix and update Windows build scripts by DivingDuck
README: Update Debian/Ubuntu installation
release_windows.bat: Update instruction and deactivate echo for wxPython workaround
Additional update for Windows
A GIT noob question: Can you give me a tip how I can compress those differences in my repository w/o loosing my info's? |
I would say |
I'll squash them all into one commit here. Now that your repo is up to date with mine, you don't need to keep all those merge commits. |
If you just want to get the same state on your side without all the merge commits you can also pull from my repo and force-push to yours. |
Update for README.md and release_windows.bat.