Page 1 of 2

CWE: Getting Started Question

PostPosted: Sat Aug 25, 2012 7:32 am
by PeterC
Step 2 of the Getting Started wiki page says:

Set the Where is the source code option to the location where you cloned the repository.

What repository?

Re: CWE: Getting Started Question

PostPosted: Sat Aug 25, 2012 8:01 am
by Lyrositor
https://github.com/H-uru/Plasma

We assumed that people already knew where the code was and how to get it. Do you think it should be made clearer? :|

Re: CWE: Getting Started Question

PostPosted: Sat Aug 25, 2012 8:03 am
by PeterC
Well, you could have a beginner and advanced version of it. But yes, clearer would be helpful. I have no idea what Git or CMake do.

Re: CWE: Getting Started Question

PostPosted: Sat Aug 25, 2012 9:38 am
by Lyrositor
Git fetches the code from the Github repository.
CMake configures your build.
Visual Studio takes the configuration files and uses them to build your client.

Re: CWE: Getting Started Question

PostPosted: Sun Aug 26, 2012 9:22 am
by Luna
Some more extensive information :)

Git is the version control system(other examples : svn, mercurial) used by Github where the code is hosted. Apart from hosting and distributing the code, Github(and git) is used to review changes people want to make to the code.

Cmake is a program that can make build projects for different buildsystems like Xcode, visual studio, unix make files etc.

Re: CWE: Getting Started Question

PostPosted: Sun Aug 26, 2012 10:30 am
by PeterC
Ok, that doesn't explain where the repository comes from.

Re: CWE: Getting Started Question

PostPosted: Sun Aug 26, 2012 1:04 pm
by Lyrositor
I've updated the instructions with information.

The repository is hosted on Github's server. You clone this repository to your computer, then work with the local copy (or clone) of that Plasma repository.

Re: CWE: Getting Started Question

PostPosted: Sun Aug 26, 2012 4:22 pm
by PeterC
will there be a wiki update to show all this?

Re: CWE: Getting Started Question

PostPosted: Sun Aug 26, 2012 4:40 pm
by Lyrositor
I just did one with minimal information - but it IS assumed (AFAIK) that you know how Git and VCS works, or are willing to learn.

Re: CWE: Getting Started Question

PostPosted: Sun Aug 26, 2012 6:10 pm
by PeterC
Sure I'm willing to learn. Where can I do that? Is that in the new tutorial?