Skip to content

Run locally

Ozan Tezcan edited this page May 17, 2021 · 1 revision

Building from source

  • Environment and requirements

    Requirements      : CMake, GCC or clang
    Operating systems : linux, macOS, freeBSD
    Architectures     : x86, x86_64, s390x, ppcle64, armv7, armv8
    
  • Build

    git clone https://github.com/tezc/resql.git
    cd resql
    ./build.sh
    
  • Build takes ~1 minute. After the build is complete, you can find the executable under the ./bin directory :

    ra@ra-G3-3590:~/Desktop/resql$ cd bin
    ra@ra-G3-3590:~/Desktop/resql/bin$ ll -A
    -rwxr-xr-x  1 ra ra  1514872 May  7 22:44 resql*
    -rwxr-xr-x  1 ra ra    90776 May  7 22:44 resql-benchmark*
    -rwxr-xr-x  1 ra ra    81912 May  7 22:44 resql-cli*
    -rw-rw-r--  1 ra ra      471 May  4 18:23 resql.ini
    
  • To start server: ./resql

  • In another tab, you can start ./resql-cli to connect to the server via command-line interface

Clone this wiki locally