0

I'm really new to this and I don't have any idea how to do this: how do you get the whole source code from this project ?

Please tell me because i can't find the download button. I go to the download tab and it's not there.

Thanks.

user827992
  • 1,743
  • 13
  • 25
CodeAndWave
  • 1,586
  • 3
  • 23
  • 33

2 Answers2

2

Click the "Checkout" link under the "Source" tab in the menu.

There, you'll get a Mercurial command you can execute in your shell:

hg clone https://code.google.com/p/andenginelivewallpaperextensionexample/

See also:

Community
  • 1
  • 1
Sebastian Paaske Tørholm
  • 49,493
  • 11
  • 100
  • 118
0

Click on the source tab

Here is the whole command that you can use to download the source of the project:

hg clone https://code.google.com/p/andenginelivewallpaperextensionexample/ 

hg is a tool that comes with Mercurial, you need Mercurial to get that repository.

user827992
  • 1,743
  • 13
  • 25