From b59b93d3943262cb66e3355e0c9ce0ea672ff196 Mon Sep 17 00:00:00 2001 From: jonas Date: Fri, 1 Feb 2019 13:38:52 +0100 Subject: Documentation --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index e94db7f..80eb513 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ [![Build Status](https://travis-ci.org/kompetenzbolzen/engine.svg?branch=master)](https://travis-ci.org/kompetenzbolzen/engine) -# Compiling +## Compiling engine should compile just fine with just the c++ standard librarys. Required Packages: @@ -10,8 +10,8 @@ Required Packages: 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 +## Using Compile your program with linkerflags: - -L./lib -lengine -lstdc++ + -L/path/to/lib -lengine -lstdc++ -- cgit v1.2.3