Skip to content

Commit

Permalink
Add information about header install location (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmgit committed Jan 28, 2024
1 parent aef8969 commit 2f567a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ Several examples exist in the [example folder](https://github.com/dougbinks/enk

For further examples, see https://github.com/dougbinks/enkiTSExamples

On Linux and Mac OS X, the header files are installed in a subdirectory of the include path, `include/enkiTS` to ensure that they do not conflict with header files from other packages.
When building applications either ensure this is part of the INCLUDE_PATH variable or ensure that enkiTS is in the header path in the source files, for example use `#include "enkiTS/TaskScheduler.h"` instead of `#include "TaskScheduler.h"`.

## Building

Building enkiTS is simple, just add the files in enkiTS/src to your build system (_c.* files can be ignored if you only need C++ interface), and add enkiTS/src to your include path. Unix / Linux builds will likely require the pthreads library.
Expand Down

0 comments on commit 2f567a8

Please sign in to comment.