-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Scimax on Windows - Which version? #496
Comments
In principle you should be able to install any modern emacs, I recommend at least version 28 now. I don't run any windows machines now, so I am not sure what the best one is anymore. The directions you quoted are from several years ago. Then you just git clone scimax and load the init file. this is probably not going to fully featured, scimax uses some utilities like grep here and there that are not usually installed in Windows, but I guess a lot of things would be ok. |
So, you mean that:
|
So, you mean that:
Thx |
yes. I am pretty sure that should work. The first time you run something like Some caveats though, Emacs is not just "Emacs". Some versions are not compiled with image support, for example, so you can't see images in org files. There could be other libraries like that too. |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Windows has always been the most difficult installation target, and it is the least maintained.
;; Install git (http://git-scm.com/download/win). Open a git bash terminal. Run this command.
;; bash -c "$(curl -fsSL https://raw.githubusercontent.com/jkitchin/scimax/master/install-scimax-win.sh)"
;; There is an emacs 25.2 binary in this repository for Windows. You should be able to run the scimax.sh command to launch scimax now.
;; Do you mean that if I install Emacs in Windows, using this method my Emacs version will be 25.2?
;; Or better yet: Do you have a demo video showing how to install Scimax on Windows?
;; I have to install Emacs remotely in someone computer and I think that Scimax is an excellent option. But, the person runs Windows and do not (know) want to install Linux there, at least for now...
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
The text was updated successfully, but these errors were encountered: