Skip to content
Snippets Groups Projects
Commit 205a63f1 authored by Erik Frisk's avatar Erik Frisk
Browse files

Updated build instructions

parent e9f64acc
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,9 @@ The repo uses CMake for building the extension. To build, first create a `build`
% cd build
% cmake ..
```
Then you build the source with
Then you build the source with the default build tool (`make`, `ninja`, ...) or let CMake figure it out
```
% make
% cmake --build .
```
and you should have your extension module built and ready for use. The resulting module is automatically copied to the src directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment