문제

feeling like a complete newbie, but I can't figure out how to download the source code for this project on Google Code: https://code.google.com/p/xlarge-demos/source/browse/

Please let me know how, maybe a program, or a site that does it, anything works,

도움이 되었습니까?

해결책

If the project doesn't provide a packaged download (and it seems that it doesn't), you need to use a version management system (command-line tool or in an IDE) to check out the code.

In this case, this would be Subversion. The Checkout section on the Google Code page shows which command you need to use on the command-line, and a link to installation instructions for Subversion on various platforms.

다른 팁

A simple hack-

Just export it to github(option thats found right under the name of the file).Then download it from github as a zip file.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top