Open justquick opened 1 year ago
This is due to me, last minute, setting up git LFS to accommodate the Komodo installers. I'd suggest either opening a PR to remove anything but the installers
directory from LFS or Googling how to have Git pull down LFS files, and if you're feeling up for it, opening a PR to update the README with those instructions. But I think removing unnecessary files from LFS is probably the better idea.
what about using github releases? having the installers available to download instead of building it myself if possible seems like an ideal way to get up and running quickly
what about using github releases? having the installers available to download instead of building it myself if possible seems like an ideal way to get up and running quickly
I second that!
Oh that's a great idea, @justquick. Just fyi, you don't need to build anything. The installers in the installers directory can be downloaded right now and run. I'll move those to a release soon.
@justquick any chance you can checkout th3oop/remove-installers-disable-git-lfs
and see if you still get the error? I'm having a hell of a time untangling git lfs from the repo. What a nightmare that tool is.
FYI, I created a release for IDE: https://github.com/ActiveState/OpenKomodoIDE/releases/tag/12.0.1 and Edit: https://github.com/komodo/KomodoEdit/releases/tag/12.0.1
When following the readme's instructions to build on my mac i get an error during
build.py configure
where it is unable to unzip the prebuilt zip because the files seem to be git LFS pointers. The readme does not mention any lfs requirement or steps to download those zipfiles. How can I download those zipfiles so I can build komodo?Steps to reproduce
python2.7 build.py configure -k 10.10
Exception