User Tools

Site Tools


operating_systems:linux:debian:acdsn-ac

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
operating_systems:linux:debian:acdsn-ac [2012/10/14 21:34] sbolayoperating_systems:linux:debian:acdsn-ac [2012/11/03 21:08] – [Windows] sbolay
Line 66: Line 66:
 THIS WORKS:  THIS WORKS: 
  all-in-one bundles of the GTK+ stack including 3rd-party dependencies, both of GTK+ 2.16   all-in-one bundles of the GTK+ stack including 3rd-party dependencies, both of GTK+ 2.16 
- 
-C:\tmp\Conf-Libconfig-0.06>set path=%path%;C:\MinGW\bin 
  
 === Strawberry Perl === === Strawberry Perl ===
Line 79: Line 77:
 Check path Check path
 <code dos> <code dos>
-C:\WINDOWS>set path=%path%;C:\perl5\bin+C:\WINDOWS>set path=%path%;C:\perl5\bin;C:\MinGW\bin
 </code> </code>
  
Line 143: Line 141:
  
 Install Win32::SerialPort Install Win32::SerialPort
 +
 +If in a virtual machine, be sure that you have a COM port available. Otherwise the package will fail during testing procedure.
 <code dos> <code dos>
 C:\WINDOWS>cpan Win32::SerialPort C:\WINDOWS>cpan Win32::SerialPort
 +</code>
 +or if you do not have a serial port,
 +<code dos>
 +cpan> notest install Win32::SerialPort
 </code> </code>
  
Line 167: Line 171:
 OK, There is a bug((https://rt.cpan.org/Public/Bug/Display.html?id=75636)) OK, There is a bug((https://rt.cpan.org/Public/Bug/Display.html?id=75636))
  
 +
 +
 +Mingw
 +sbolay@WIN7-64 /c/strawberry/cpan/build
 +$ patch -p0 < PAR-Packer-1.013_V2.diff
 +patching file 'PAR-Packer-1.013\myldr\Makefile.PL'
 +patching file 'PAR-Packer-1.013\myldr\winres\pp.rc'
 +patch unexpectedly ends in middle of line
 +
 +Strawberry
 +perl Makefile.PL
 +dmake test
 +dmake install
 +
 +Strawberry Perl 5.16.1.1-32bit README
 +=====================================
 +
 +and now 
 +Strawberry Perl (64-bit) 5.16.1.1-64bit README
 +=====================================
 +
 +http://www.dependencywalker.com
 +http://asciiville.com/musings/par-packer-for-strawberry-perl-516
  
 Some packages can be downloaded from [[http://www.gtk.org/download/index.php|gtk.org]] Some packages can be downloaded from [[http://www.gtk.org/download/index.php|gtk.org]]