Hi all,
I am a linux user . Just I am interested to install ruby-serial gem
on windows
machine . But I can't do it . Anybody can help to resolve this .
when I am doing following ,
D:\ruby>gem install ruby-serialport then windows prompt says ,
nmake is not regognized as a internal or external command .I
refered in internet to install nmake windows . Some document says I have
to install microsoft
visual C++ compiler . I have installed borland C++ compiler it has been
working
correctly .
How can I install rmake on windows also ruby-serialport ?
On Feb 4, 9:41 am, Ashikali Ashikali <ashikal...@gmail.com> wrote:
Hi all,
I am a linux user . Just I am interested to install ruby-serial gem
on windows
machine . But I can't do it . Anybody can help to resolve this .
when I am doing following ,
D:\ruby>gem install ruby-serialport then windows prompt says ,
nmake is not regognized as a internal or external command \.I
refered in internet to install nmake windows . Some document says I have
to install microsoft
visual C++ compiler . I have installed borland C++ compiler it has been
working
correctly .
How can I install rmake on windows also ruby-serialport ?
Thank you very much rubyinstaller.org groups . We achieved not only in
linux, windows too . As per the instructions from rubyinstaller.org , I
installed ruby1.8 and devkit .
Then Finally I download win32serial then I followed the instructions in
Readme from win32serial.zip . Then run the modem.rb sample file . Now
the modem is responding correctly .
However after rubyinstaller and devkit, I can shine in windows as same
as linux .Soon I am going to write documentations for this .