Skip to content

yeti-switch/sems-yeti

Repository files navigation

Build Status Made in Ukraine

Stand With Ukraine

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 git@github.com:yeti-switch/sems-yeti.git
$ cd sems-yeti

build and install dependencies package

# mk-build-deps -i

build package

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