Closed
Description
I did an installation of the platform on a fresh Windows 10 install that came stock with a notebook. Most things went fine, but I did have a few issues (some of them are just things that might be useful to document in the readme):
- I had to set
git config --global core.autocrlf false
before cloning the git repo. Otherwise, the bash scripts won't execute, because they contain carriage returns - I had to disable some scanners. In particular 'HP Sure Sense' (whatever that is) and 'Windows real-time protection'
- I had to change this line
platform/shell_scripts/install_opam.sh
Line 50 in 4c14268
bash opam64/install.sh --prefix /usr/sys-root/mingw
Otherwise, everything was pretty smooth! Much better than the previous installer for windows.
Activity