Skip to content

Install for dev under windows #40

@baugetfa

Description

@baugetfa

Just for memo.

Under windows I tried to follow the readme on branch dev_cyril that did not work (I think because I do not have Visual Studio C++ installed) I had to do some modifs as follows:

conda create -n pyratp_dev -c conda-forge -c openalea3 openalea.plantgl openalea.mtg qtpy m2w64-toolchain meson-python=0.17 scipy pytest jupyter python

conda activate pyratp_dev

set CC=gcc
set CXX=g++

pip install .

The modifications:

  1. removed gfortran (comes with m2w64) and set meson-python=0.17
  2. set environment variables, otherwise try to use cl.exe from visualstudio

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions