From cf5bf15232c19dda330f7ccab7737f828460f001 Mon Sep 17 00:00:00 2001 From: jonas Date: Tue, 29 Jan 2019 16:49:35 +0100 Subject: Makefile now creates dynamic library Package main.cpp is now test.cpp and contains a test routine. Build with make test --- Readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index 46b5e0a..e20ef28 100644 --- a/Readme.md +++ b/Readme.md @@ -1 +1,14 @@ [![Build Status](https://travis-ci.org/kompetenzbolzen/engine.svg?branch=master)](https://travis-ci.org/kompetenzbolzen/engine) + +# Compiling + +engine should compile just fine with just the c++ standard librarys. +Required Packages: + g++ + make + +this creates two folders in ./build/: lib and inc, wich hold the library and the headers respectively. these can then be copied into your projects directory. + +#Using +Compile your program with linkerflags: + -L./lib -lengine -lstdc+ -- cgit v1.2.3