# Getting Started

## Installation

#### Clone from github&#x20;

via HTTPS

```
https:://github.com/VapeKit/VAPE.git
```

or via SSH

```
git@github.com:VapeKit/VAPE.git
```

#### Start & Build

Open the **.sln** solution file with Visual Studio (15 or above is recommended).

Build and Run.

{% hint style="success" %}
No dependecies installation need, since they are all included - **GLFW** and **GLM**.
{% endhint %}

{% hint style="danger" %}
**CMake** build support is not included at this stage, though coming very soon. Until then you may need to fix the directories paths for libraries and includes from the **Properties** screen by right clicking the project in **Solution Explorer**.
{% endhint %}
