Last change
on this file since 2353 was
2315,
checked in by toby, 7 years ago
|
seems to work, but problem in updating install.bat
|
File size:
482 bytes
|
Line | |
---|
1 | from windows 8 VM |
---|
2 | |
---|
3 | To build the G2 installer package |
---|
4 | |
---|
5 | conda update conda |
---|
6 | conda update conda-build |
---|
7 | conda update anaconda-client |
---|
8 | |
---|
9 | cd Z:\software\G2\install\all |
---|
10 | conda build g2pkg |
---|
11 | |
---|
12 | upload with: |
---|
13 | anaconda upload C:\Users\toby.TOBY-VM\Miniconda2\conda-bld\win-64\g2load-0.1.x-0.tar.bz2 --force |
---|
14 | |
---|
15 | use this command to build the conda dist |
---|
16 | conda update constructor |
---|
17 | cd Z:\software\G2\install\all |
---|
18 | constructor g2conda |
---|
19 | |
---|
20 | Note that downloads are to C:\Users\toby.TOBY-VM\.conda\constructor\win-64 |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.