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/11/03 16:35] – [Windows] 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 147: Line 145:
 <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>