aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md6
1 files changed, 3 insertions, 3 deletions
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++