Google code downloading source

前端 未结 1 1994
我在风中等你
我在风中等你 2021-02-06 06:18

This might be an extremely stupid question, but for the life of me, I cannot figure out how to download this:

http://code.google.com/p/xmppframework/source/browse/#hg%25

1条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-06 07:09

    hg is the executable for Mercurial, you're going to need to download and install Mercurial.

    Once you have it installed you can use it to clone the project:

    hg clone https://xmppframework.googlecode.com/hg/ xmppframework
    

    0 讨论(0)
提交回复
热议问题