Skip to content

kankerdev/liskvork

Repository files navigation

liskvork

Modern multi-platform piskvork reimplementation.

Linux, Windows and MacOS support (with priority to Linux) on both x86_64 and aarch64.

Building from source

Docker

VERSION=1.0.0 docker build . --build-arg BUILD_VERSION=${VERSION} -t liskvork:${VERSION}

No docker

Dependencies

  • zig 0.13.0 (May work with newer versions but has not been tested)

Step

zig build -Doptimize=ReleaseSafe

Installing

TBD

Launching liskvork

System package

Just launch liskvork like this:

liskvork

From source build

# From the root of the repository once built
./zig-out/bin/liskvork

Docker

# Once compiled with docker
VERSION=1.0.0 docker run liskvork:${VERSION}

Configuration

TBD

About

Modern multi-platform piskvork reimplementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages