yeti-switch / sems

SEMS core forked from https://github.com/sems-server/sems

Home Page:https://yeti-switch.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Stand With Ukraine

sems

sems core is a part of project Yeti

Installation via Package (Debian)

# 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/bullseye 1.12 main" > /etc/apt/sources.list.d/yeti.list
# curl https://pkg.yeti-switch.org/key.gpg | gpg --dearmor > /etc/apt/trusted.gpg.d/pkg.yeti-switch.org.gpg
# apt install sems sems-modules-base

check Documentation for additional versions/distributions info

Building from sources (Debian)

install prerequisites

# apt install git cmake build-essential devscripts

get sources

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

install dependencies

# apt build-deps .

build packages

$ debuild -us -uc -b

About

SEMS core forked from https://github.com/sems-server/sems

https://yeti-switch.org/


Languages

Language:C++ 68.7%Language:C 27.8%Language:CMake 1.2%Language:Python 0.9%Language:Makefile 0.8%Language:Roff 0.3%Language:HTML 0.1%Language:ActionScript 0.1%Language:Shell 0.0%Language:Lua 0.0%