# Building OQGRAPH Under Windows

OQGRAPH v3 can be built on Windows. This has been tested using Windows 7, Microsoft Visual Studio Express 2010 (32-bit), Microsoft Windows 64-bit Platform SDK 7.1 (64-bit), the Boost library >= 1.55 and Judy 1.0.5.

#### Note

Other recent versions of Boost, Judy or MSVC may work but these combinations have not been tested.

* Download the source package for Boost 1.55 from the Boost project website, [www.boost.org](https://www.boost.org)
* Download the source package for Judy 1.05 via
* Follow the documented instructions for building under Windows from the command line: [Building\_MariaDB\_on\_Windows](https://mariadb.com/docs/server/server-management/install-and-upgrade-mariadb/compiling-mariadb-from-source/building_mariadb_on_windows)
  * Ensure that the following variable is set to CMAKE: `JUDY_ROOT=path\to\judy\unzipped`
  * See also comments in `storage/oqgraph/cmake/FindJudy.cmake`

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formId="4316" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/server/server-usage/storage-engines/oqgraph-storage-engine/building-oqgraph-under-windows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
