source: install/windows_notes.txt @ 3757

Last change on this file since 3757 was 2370, checked in by toby, 7 years ago

work on windows installation with constructor 1.3.0

File size: 678 bytes
Line 
1from windows 8 VM
2
3To build the G2 installer package
4
5conda update conda
6conda update conda-build
7conda update anaconda-client
8
9cd /d Z:\software\G2\install\all
10conda build g2pkg
11
12upload with:
13anaconda upload C:\Users\toby.TOBY-VM\Miniconda2\conda-bld\win-64\g2load-0.1.x-0.tar.bz2 --force
14or anaconda upload /Volumes/C/Users/toby.TOBY-VM/Miniconda2/conda-bld/win-64/g2load-0.1.7-0.tar.bz2 --force
15
16use this command to build the conda dist
17conda update constructor
18cd /d Z:\software\G2\install\all
19constructor g2conda
20
21Note that downloads are to C:\Users\toby.TOBY-VM\.conda\constructor\win-64
22rm /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.