Skip to content

Compilation experience report #66

Closed
@LasseBlaauwbroek

Description

@LasseBlaauwbroek

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
    bash opam$BITSIZE/install.sh --prefix "/usr/$(uname -m)-w64-mingw32/sys-root/mingw"
    to bash opam64/install.sh --prefix /usr/sys-root/mingw

Otherwise, everything was pretty smooth! Much better than the previous installer for windows.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions