目前cygwin已经集成weechat,在安装cygwin的时候可以通过搜索查找weechat,进行安装。
1 cygwin的安装
在官网上下载一个安装程序 http://www.cygwin.com/
点击右边有个图标,“ install cgywin now"
这只是一个安装程序,双击后开始安装。 按照提示设置后安装目录。 然后选择一个网站, 我选择了台湾的一个ftp的点,速度很快。接着安装程序会所要安装的包的信息读出来,这时我们可在 develp的子项中, 也就是开发包,这一类中选择:
gcc
GNU gdb
GNU make
g++
vim
bash shell
这几项要自己认真找下噢。其他的选择默认安装就可以了。
安装完成后,可以进入程序。 界面和Linux下的一样。 操作也是一样的,安装这个的好处是可以模拟linux 命令行工作。 但这不是我的主要目的,我要它配合netbeans和eclipse在编译程序。
更多参考
cygwin的安装及编译和调试配合netbeans和eclipse编译程序
https://www.nasue.com/forum.php?mod=viewthread&tid=121943&fromuid=1
(出处: 纳速武术)
2.在安装cygwin的时候注意选择搜索weechat同时安装,安装完成后打开cygwin,在界面输入命令weechat,进入weechat界面。
更多参考windows 安装cygwin教程https://www.nasue.com/forum.php? ... 21942&fromuid=1
(出处: 纳速武术)
======================================
Steps to reproduce:
Install a clean Windows 7 SP1 64bit machine.
Perform all windows updates.
Download Cygwin from https://cygwin.com/setup-x86_64.exe
Start the Cygwin installer setup-x86_64.exe
Search for package 'weechat' and select it.
Finish the installation.
Start the Cygwin terminal.
Start weechat by typing weechat
type:
/set irc.look.temporary_servers on
/connect chat.freenode.net
Observe that the connection does not work.
Disable Comodo Firewall.
type in weechat:
/connect chat.freenode.net
Observe connection works.
|