Does anyone know of a good alternative to Pipe Viewer for Windows Platform?

后端 未结 3 849
礼貌的吻别
礼貌的吻别 2021-02-06 07:07

If you do not know what Pipe Viewer is (I did not know about it until 5 minutes ago), then this blog does a good job giving a brief introduction to it with some examples. I writ

3条回答
  •  迷失自我
    2021-02-06 08:00

    I finally made it work on Cygwin environment though that is not answer for the original post.

    --disable-nls does the trick.

    ./configure --disable-nls    
    make    
    make test    
    cp pv /usr/bin
    

    == by Kenji (k2) ==

提交回复
热议问题