-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathsetup_cywin.bat
24 lines (17 loc) · 1.29 KB
/
setup_cywin.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@echo off
rem Batch file for configuring the cygwin environment for use with SigLib
rem How to list installed cygwin packages: cygcheck -c
echo Instructions For Configuring The Cygwin Environment For Use With SigLib
echo =======================================================================
echo .
echo Downloaded and execute the Cygwin setup file frrom: https://cygwin.com.
echo Ensure that you have correctly configured the CYGWIN_ROOT_TEMP environment variable in this batch file - USES WINDOWS DIRECTORY STRUCTURE NOTATION
echo .
echo Note: The SigLib graphical examples use gnuplot, which can be downloaded from here: http://www.gnuplot.info/
echo It is possible to download and install gnuplot in cygwin however this might not be the latest version
echo We recommend downloading and using the native Windows version
rem Modify these environment variables
set CYGWIN_ROOT_TEMP=C:\cygwin64
rem Install required some packages (and some extras that are useful for development)
%CYGWIN_ROOT_TEMP%\setup-x86_64.exe --no-desktop --no-shortcuts --no-startmenu --quiet-mode --root %CYGWIN_ROOT_TEMP% --packages gcc-core gcc-g++ gccmakedep gdb git gitk grep make cmake nano splint wget xorg-server xinit openssh diffutils patch swig graphviz
rem gedit gedit-code-assistance gedit-devel gedit-plugins