diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2021-10-11 13:07:58 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2021-10-11 13:20:33 +0200 |
commit | 00ea72c8b0ac4b2eaddbda7d2f34040bc496582c (patch) | |
tree | b144ba2ceccd7289e7c0ecc3828f259dd891f41a /python/conda/README.txt | |
parent | 4a0b1791c4f840f4689790f8707d751d65176138 (diff) | |
download | astra-00ea72c8b0ac4b2eaddbda7d2f34040bc496582c.tar.gz astra-00ea72c8b0ac4b2eaddbda7d2f34040bc496582c.tar.bz2 astra-00ea72c8b0ac4b2eaddbda7d2f34040bc496582c.tar.xz astra-00ea72c8b0ac4b2eaddbda7d2f34040bc496582c.zip |
Add brief conda build instructions for win64
Diffstat (limited to 'python/conda/README.txt')
-rw-r--r-- | python/conda/README.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/python/conda/README.txt b/python/conda/README.txt new file mode 100644 index 0000000..cd0bf5a --- /dev/null +++ b/python/conda/README.txt @@ -0,0 +1,14 @@ +Building conda packages: + +Linux: + +start docker +linux_release/release.sh + +Windows: + +Open anaconda command prompt +call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64 8.1 -vcvars_ver=14.0 +Change to astra-toolbox\python\conda directory +conda build -m libastra\win64_build_config.yaml libastra +conda build -m astra-toolbox\win64_build_config.yaml astra-toolbox |