linlin2018 / sems-yeti

sems for yeti

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sems-yeti

sems-yeti is a part of project Yeti

Installation via Package (Debian 11)

# apt install curl gnupg
# echo "deb [arch=amd64] http://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" > /etc/apt/sources.list.d/pgdg.list
# curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg
# echo "deb [arch=amd64] http://pkg.yeti-switch.org/debian/buster 1.10 main" > /etc/apt/sources.list.d/yeti.list
# curl https://pkg.yeti-switch.org/key.gpg | apt-key add -
# apt update
# apt install sems-modules-yeti

check Documentation for additional versions/distributions info

Building from sources (Debian 11)

install prerequisites

# apt install git cmake build-essential devscripts

get sources

$ git clone https://github.com/linlin2018/sems-yeti.git
$ cd sems-yeti

build and install dependencies package

# mk-build-deps -i

build package

$ debuild -us -uc -b -j$(nproc)

About

sems for yeti


Languages

Language:C++ 95.4%Language:C 1.4%Language:Python 1.1%Language:Lua 0.9%Language:CMake 0.6%Language:Shell 0.3%Language:Makefile 0.1%Language:GDB 0.0%