ostis-dev / sc-machine

Software implementation of semantic network storage and processing

Home Page:http://ostis-dev.github.io/sc-machine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SC-machine

codecov

Documentation

http://ostis-dev.github.io/sc-machine/

Clone repository

git clone git@github.com:ostis-dev/sc-machine.git
cd sc-machine
git submodule update --init --recursive

Build on Ubuntu

Dependencies

Install python dependencies:

Ubuntu 18.04+

sudo apt install python3-pip
pip3 install -r requirements.txt

Ubuntu 18.04+

sudo apt install librocksdb-dev libglib2.0-dev qtbase5-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev make cmake antlr4 gcc g++ llvm-7 libcurl4-openssl-dev libclang-7-dev

Make

mkdir build
cd build
cmake ..
make

Build on Linux Mint

Dependencies

Install python dependencies:

Linux Mint 19

sudo apt install python3-pip python3-setuptools python3-wheel
pip3 install -r requirements.txt

Linux Mint 20

sudo apt install python3-pip
pip3 install -r requirements.txt

Linux Mint 19+

sudo apt install librocksdb-dev libglib2.0-dev qtbase5-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev make cmake antlr gcc g++ llvm-7 libcurl4-openssl-dev libclang-7-dev

Make

mkdir build
cd build
cmake ..
make

Build on OSX

Dependencies

  • Install dependencies with brew:
brew install boost glib llvm antlr antlr4-cpp-runtime pkgconfig rocksdb
  • Install python 3.8
  • Install python packages:
pip3.8 install -r requirements.txt

Make

mkdir build
cd build
cmake ..
make

About

Software implementation of semantic network storage and processing

http://ostis-dev.github.io/sc-machine/

License:Other


Languages

Language:C++ 60.5%Language:C 35.6%Language:CMake 1.7%Language:TypeScript 1.4%Language:ANTLR 0.4%Language:CSS 0.2%Language:JavaScript 0.1%Language:HTML 0.1%Language:Shell 0.1%Language:Batchfile 0.0%