Docs for build on Windows with MSYS2
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Anne de Jong 2023-07-14 13:57:02 +02:00
parent a70f124f89
commit 2727bb5582
1 changed files with 32 additions and 1 deletions

View File

@ -80,7 +80,38 @@ Configure and run:
- `$ make -j`
### Build documentation
# Installation - (x86_64) Windows (with WinPython), build with MSYS2
## Prerequisites
- Download and install [WinPython](https://winpython.github.io)
- Download and install [MSYS2](https://msys2.org). Make sure to install the
x86_64 version.
- Download and install [Git for Windows](https://git-scm.com)
- When unzipping WinPython, make sure to choose a proper and simple path, i.e.
C:\winpython
- Append C:\winpython\ to the PATH environment variable.
- Run Python and install Pybind11
- `python -m pip install pybind11`
- Open a msys2 **MINGW64** terminal. And run:
- `pacman -S git`
- Then clone the LASP repo:
- `git clone https://code.ascee.nl/ascee/lasp`
- `cd lasp`
- Configure MSYS2 further, and run cmake:
- `scripts/install_msys2_buiddeps.sh`
- `scripts/configur_cmake_msys2.sh`
# Documentation
In directory: