switch libcubescript readme to c++14

master
Daniel Kolesa 2015-12-25 16:43:33 +01:00
parent 833a1d1716
commit b6e567df51
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ Currently the API is unstable and the whole thing is a work in progress.
You can compile your application with it like:
c++ myapp.cc cubescript.cc -o myapp -std=c++11 -Wall -Wextra -I. -Ipath/to/octastd
c++ myapp.cc cubescript.cc -o myapp -std=c++14 -Wall -Wextra -I. -Ipath/to/octastd
See COPYING.md for licensing information.