# Re build from sources

This page contains information about building Re node from sources

### Prerequisites[​](https://docs.neutron.org/neutron/build-and-run/neutron-build#prerequisites) <a href="#prerequisites" id="prerequisites"></a>

* Golang v1.19 ([go releases and instructions](https://go.dev/dl/)).

### Build and run[​](https://docs.neutron.org/neutron/build-and-run/neutron-build#build-and-run) <a href="#build-and-run" id="build-and-run"></a>

#### 1. Make sure you have the required Golang version[​](https://docs.neutron.org/neutron/build-and-run/neutron-build#1-make-sure-you-have-the-required-golang-version) <a href="#id-1-make-sure-you-have-the-required-golang-version" id="id-1-make-sure-you-have-the-required-golang-version"></a>

```
go version
```

#### 2. Clone Re  repository and cd into it[​](https://docs.neutron.org/neutron/build-and-run/neutron-build#2-clone-neutron-core-repository-and-cd-into-it) <a href="#id-2-clone-neutron-core-repository-and-cd-into-it" id="id-2-clone-neutron-core-repository-and-cd-into-it"></a>

```
git clone https://github.com/jim380/Re.git
cd Re
```

#### 3. Build a Re node image[​](https://docs.neutron.org/neutron/build-and-run/neutron-build#3-build-a-neutron-node-image) <a href="#id-3-build-a-neutron-node-image" id="id-3-build-a-neutron-node-image"></a>

```
make install
```
