> For the complete documentation index, see [llms.txt](https://docs.vertices.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vertices.network/vertices-sdk/quickstart/unix.md).

# Unix

## Setup

Make sure you've followed the previous steps.

{% content-ref url="/pages/-MY5hWk4TbmFb9sFn8bE" %}
[Quickstart](/vertices-sdk/quickstart.md)
{% endcontent-ref %}

## Compile

Let's build the example. Go to the root directory and follow those steps:

```
mkdir build && cd build
cmake ..

# build the Unix example
make unix_example
```

### Binary location

The executable is located at: `./examples/unix/unix_example`&#x20;
