Last change
on this file since 4721 was
2370,
checked in by toby, 7 years ago
|
work on windows installation with constructor 1.3.0
|
File size:
678 bytes
|
Rev | Line | |
---|
[2315] | 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 | |
---|
[2370] | 9 | cd /d Z:\software\G2\install\all |
---|
[2315] | 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 |
---|
[2358] | 14 | or anaconda upload /Volumes/C/Users/toby.TOBY-VM/Miniconda2/conda-bld/win-64/g2load-0.1.7-0.tar.bz2 --force |
---|
[2315] | 15 | |
---|
| 16 | use this command to build the conda dist |
---|
| 17 | conda update constructor |
---|
[2370] | 18 | cd /d Z:\software\G2\install\all |
---|
[2315] | 19 | constructor g2conda |
---|
| 20 | |
---|
| 21 | Note that downloads are to C:\Users\toby.TOBY-VM\.conda\constructor\win-64 |
---|
[2370] | 22 | rm /Volumes/C/Users/toby.TOBY-VM/.conda//constructor/win-64/g2load-0.1.7-0.tar.bz2 |
---|
Note: See
TracBrowser
for help on using the repository browser.