Added Windows installer target using CPack and NSIS
This commit is contained in:
@@ -38,4 +38,14 @@ docker run --rm -v $PWD:$PWD continuumio/miniconda3 bash
|
||||
conda install conda-build make
|
||||
cd packaging
|
||||
make CONDA_TOKEN=<TOKEN> conda
|
||||
```
|
||||
|
||||
## Windows
|
||||
|
||||
First build release configuration using `cmake` and `msbuild` according
|
||||
to the [documentation](../docs/installation.md#visual-studio-native-build).
|
||||
|
||||
```bash
|
||||
cd <MSBUILD_BUILD_DIRECTORY>
|
||||
cpack -C "Release" -G NSIS64
|
||||
```
|
||||
Reference in New Issue
Block a user