Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 322 Bytes

Building.md

File metadata and controls

32 lines (18 loc) · 322 Bytes

Building

How to build the project / native library.


Prerequisites

  • Have Deno installed.

  • Have the project cloned.

  • Have GCC compiler installed.


Steps

  • Build the native binary.

    deno task compile
  • Test the code.

    Test/Run.js