From b5ed19730e35e09650adeb25d8e4a565ed2f3235 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 2 Aug 2016 01:27:40 +0100 Subject: [PATCH] readme update --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 701c48d7..372956a9 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,7 @@ https://github.com/OctaForge/OctaSTD Currently the API is unstable and the whole thing is a work in progress. It requires C++14, just like OctaSTD does. -You can compile your application with it like: - - c++ myapp.cc cubescript.cc -o myapp -std=c++14 -Wall -Wextra -I. -Ipath/to/octastd - -It also supports building as a shared library. To do that, use the following -command line: - - c++ cubescript.cc -o libcubescript.so -std=c++14 -Wall -Wextra -I. -Ipath/to/octastd -shared -fPIC +The supplied Makefile builds a static library on Unix-like OSes. Link this library +together with your application and everything should just work. See COPYING.md for licensing information.