- Download git bash
- Start git bash.
- If you don't have an ssh key you need to generate one with:
ssh-keygen -t rsa -C "someone@example.com"(replace with your email).- Put it in standard location.
- Give it a secure password.
- Copy all of the contents in the
id_rsa.pubfile located in/c/Users/yourname/.ssh. - Go to the ssh keys tab in your profile settings.
- Create a new key with a good name and paste the contents from the
id_rsa.pubfile into the key textbox.
- Run
git clone ssh://gitlab@gitlab.devtoi.eu:19283/largegame/large-game.git cd large-game(the folder that you put the repository in)git fetchfetches all branches.git checkout devThis checks out the main developer branch, just stick with master if you want a runnable version of the game.cd projThis is the main project folder.generateSolution.batThis will generate a visual studio 2013 solution using cmake.explorer .This will open the current folder in windows explorer.- Open Robograde.sln.
- You should now be able to compile the projects.
- In order to run the main executable you must set Robograde as the startup project by right clicking on it and selecting Set as startup project
- Read the wiki pages.
Run the windows steps 3, 4, 5, 6, 7 and 8. (In a terminal)
cmake .This generates a make file for the project.makeThis compiles the project.- Run the executable with
../bin/linux/Robograde - Read the wiki pages.
| Name | Nickname | TODO acronym |
|---|---|---|
| David Pejtersen | TODODP | |
| Johan Melin | toi | TODOJM |
| Daniel Bengtsson | Xar/MonzÜn | TODODB |
| Viktor Kelkkanen | kelkka | TODOVK |
| Isak Almgren | DrinQ | TODOIA |
| Henrik Johansson | Exnotime | TODOHJ |
| Ola Enberg | Deranes | TODOOE |
| Mattias Willemsen | TODOMW | |
| Jens Stjernkvist | TODOJS | |
| Mostafa Hassan | Musse | TODOMH |
| Richard Pettersson | TODORP |