Skip to content

Commit 2a45733

Browse files
authored
Merge pull request #95 from kkimurak/update_links_in_docs
Update documents
2 parents 8c7b47a + 7fa8ff8 commit 2a45733

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Authors
22

3-
grSim was originally developed by [Ali Koochakzadeh](https://github.com/ali-k) and [Mani Monajjemi](https://mani.im) from [Parsian](http://wiki.robocup.org/Small_Size_League/Teams#Parsian), the RoboCup Small Size Team of [Amirkabir University of Technology](http://www.aut.ac.ir/aut/). Since 2011, it has received numerous contributions from the RoboCup SSL community as well as Parsian team members (listed below). grSim is Currently maintained by [Mohammad Mahdi Rahimi](https://github.com/Mahi97).
3+
grSim was originally developed by [Ali Koochakzadeh](https://github.com/ali-k) and [Mani Monajjemi](https://mani.im) from [Parsian](https://github.com/ParsianRoboticLab), the RoboCup Small Size Team of [Amirkabir University of Technology](http://www.aut.ac.ir/aut/). Since 2011, it has received numerous contributions from the RoboCup SSL community as well as Parsian team members (listed below). grSim is Currently maintained by [Mohammad Mahdi Rahimi](https://github.com/Mahi97).
44

55
### Contributers
66

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
grSim is a software from developers for developers, mainly
22
in RoboCup Small Size League domain. Commit logs can be
3-
accessed [here](https://github.com/mani-monaj/grSim/commits/master)
3+
accessed [here](https://github.com/RoboCup-SSL/grSim/commits/master)
4+
5+
2017-01-09
6+
----------
7+
8+
Mohammad Mahdi Rahimi <mohammadmahdi76@gmail.com>
9+
10+
- Milestone 2.0
11+
- Update documentation files
12+
- Updates from Parsian
13+
- Set explicitly the C++ standard to use : c++03
14+
- Enable multi-target build on TravisCI
15+
- Use pkg-config for ODE and protobuf
416

517
2016-11-05
618
----------

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GrSim is written in C++, in order to compile it, you will need a working toolcha
1010

1111
GrSim depends on:
1212

13-
- [CMake](https://cmake.org/) version 2.8+
13+
- [CMake](https://cmake.org/) version 3.5+
1414
- [OpenGL](https://www.opengl.org)
1515
- [Qt5 Development Libraries](https://www.qt.io)
1616
- [Open Dynamics Engine (ODE)](http://www.ode.org)
@@ -45,7 +45,7 @@ Next, clone grSim into your preferred location.
4545

4646
```bash
4747
$ cd /path/to/grsim_ws
48-
$ git clone https://github.com/mani-monaj/grSim.git
48+
$ git clone https://github.com/RoboCup-SSL/grSim.git
4949
$ cd grSim
5050
```
5151

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
grSim-[![Build Status](https://travis-ci.org/RoboCup-SSL/grSim.svg?branch=master)](https://travis-ci.org/RoboCup-SSL/grSim)[![CodeFactor](https://www.codefactor.io/repository/github/parsianroboticlab/grsim/badge/master)](https://www.codefactor.io/repository/github/parsianroboticlab/grsim/overview/master)
33
=======================
44

5-
[RoboCup Small Size League](http://wiki.robocup.org/Small_Size_League) Simulator.
5+
[RoboCup Small Size League](https://ssl.robocup.org/) Simulator.
66

77
![grSim on Ubuntu](docs/img/screenshot01.jpg?raw=true "grSim on Ubuntu")
88

@@ -28,11 +28,11 @@ Software Requirements
2828

2929
grSim compiles on Linux (tested on Ubuntu variants only) and Mac OS. It depends on the following libraries:
3030

31-
- [CMake](https://cmake.org/) version 2.8+
31+
- [CMake](https://cmake.org/) version 3.5+
3232
- [OpenGL](https://www.opengl.org)
33-
- [Qt4 Development Libraries](https://www.qt.io) version 4.8+
33+
- [Qt5 Development Libraries](https://www.qt.io)
3434
- [Open Dynamics Engine (ODE)](http://www.ode.org)
35-
- [VarTypes Library](https://github.com/szi/vartypes)
35+
- [VarTypes Library](https://github.com/jpfeltracco/vartypes) forked from [Szi's Vartypes](https://github.com/szi/vartypes)
3636
- [Google Protobuf](https://github.com/google/protobuf)
3737
- [Boost development libraries](http://www.boost.org/) (needed by VarTypes)
3838

0 commit comments

Comments
 (0)