From 92bc02b3a5ca07440124ed5e16b4443a707c3f3a Mon Sep 17 00:00:00 2001 From: interfiberschool <117294755+interfiberschool@users.noreply.github.com> Date: Thu, 16 Mar 2023 18:12:09 +0000 Subject: [PATCH] add readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f59c9b..d81b9ab 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,4 @@ Hotwire provides a cross-platform API for loading DLLs, its based on the UNIX `` This project was mainly built for the fusion engine, but is avalible under the BSD license ## Running examples +The ```Makefile``` provided has a native GNU/Linux build system, along with a build system to cross-compile to windows using MinGW. Testing on windows is done using [wine](https://winehq.org). To build the UNIX example use ```make exampleUnix```, and for windows use ```make exampleWin```. The binarys and the example dlls can be found in the ```bin``` folder. \ No newline at end of file