Skip to content

wzuniga/r-tree

Repository files navigation

R-tree

r-tree implementation in c++ core for Linux and MacOS.

Getting Started

To run the project you need a Linux OS or MacOS.

Prerequisites

Install make to run MakeFile if you need

CLONE

Clone repository

Requirements

Install brew
copy and paste the next command in terminal 
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Dependencies

Install libboost-all-dev
command for install libboost-all-dev
brew install boost
Install g++
command for install g++ 
brew install g++ 
Install cmake
command for install cmake
brew install cmake 
Install make
command for install make
brew install make 

COMPILE C++ API and EXCUTE C++ API

cd r-tree
mkdir build
cd build
cmake ..
make
`./run_server`

Open Application

Look the application on Local Server

The Aplication is also running in Cloud