Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haddock7 committed Aug 5, 2020
1 parent 6600ed0 commit d03877e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Heaps/HashLink native binding for [Dear ImGui](https://github.com/ocornut/imgui)

## Build & Install
First, the native extension needs to be built.
First, make sure that HashLink, CMake and a C/C++ compiler are installed on your system.

Then the native extension needs to be built with these commands:

```
cd extension
Expand All @@ -11,7 +13,9 @@ cd build
cmake ..
cmake --build .
```
This commands build a the target `hdll` file, and copy it to the root of the project.
It builds a the target `hdll` file, and copy it to the root of the project.

Another method is to build it inside Visual Studio Code with `CMake Tools` extension installed, so you don't have to deal with the command line.

To add this library to your project, you need to include these files:

Expand Down

0 comments on commit d03877e

Please sign in to comment.