parent
4178267bfe
commit
5e91eb3d0c
4 changed files with 49 additions and 38 deletions
@ -1,22 +0,0 @@ |
||||
set CACHE=C:\cache |
||||
set CYGWIN_MIRROR=http://cygwin.mirror.constant.com |
||||
|
||||
if _%arch%_ == _x64_ set SETUP=setup-x86_64.exe && set CYGWIN_ROOT=C:\cygwin64 |
||||
if _%arch%_ == _x86_ set SETUP=setup-x86.exe && set CYGWIN_ROOT=C:\cygwin |
||||
|
||||
if not exist %CACHE% mkdir %CACHE% |
||||
|
||||
echo Updating Cygwin and installing ninja and test prerequisites |
||||
%CYGWIN_ROOT%\%SETUP% -qnNdO -R "%CYGWIN_ROOT%" -s "%CYGWIN_MIRROR%" -l "%CACHE%" -g -P ^ |
||||
gcc-objc++,^ |
||||
gcc-objc,^ |
||||
gobject-introspection,^ |
||||
libboost-devel,^ |
||||
libglib2.0-devel,^ |
||||
libgtk3-devel,^ |
||||
ninja,^ |
||||
python3-pip,^ |
||||
vala,^ |
||||
zlib-devel |
||||
|
||||
echo Install done |
@ -1,6 +0,0 @@ |
||||
if _%arch%_ == _x64_ set CYGWIN_ROOT=C:\cygwin64 |
||||
if _%arch%_ == _x86_ set CYGWIN_ROOT=C:\cygwin |
||||
|
||||
set PATH=%CYGWIN_ROOT%\bin;%SYSTEMROOT%\system32 |
||||
|
||||
env.exe -- %* |
Loading…
Reference in new issue