Skip to content

Commit 1933693

Browse files
committed
Updated readme and travis.
1 parent dc177ee commit 1933693

File tree

3 files changed

+11
-61
lines changed

3 files changed

+11
-61
lines changed

CMakeLists.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ project(librcsc)
33

44
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
55
add_definitions(-DHAVE_CONFIG_H -DUSE_VECTOR)
6-
7-
if (NOT APPLE)
8-
add_definitions(-std=c++11)
9-
endif()
6+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
107

118
find_package(Boost REQUIRED)
129
include_directories(${Boost_INCLUDE_DIRS})

README

-57
This file was deleted.

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[![Build Status](https://travis-ci.org/mhauskn/librcsc.svg?branch=master)](https://travis-ci.org/mhauskn/librcsc)
2+
3+
## Librcsc
4+
5+
The librcsc is the basic library package to develop the RoboCup Soccer
6+
Simulation client and tools.
7+
8+
- RoboCup Soccer Simulator Homepage: http://sserver.sf.net/
9+
- RoboCup Official Homepage: http://www.robocup.org/
10+
- librcsc Homepage: http://rctools.sourceforge.jp/

0 commit comments

Comments
 (0)