mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-19 01:26:22 +00:00
From 5f6b24723b Mon Sep 17 00:00:00 2001
From: "Tuan T. Pham" <tuan@vt.edu>
Date: Thu, 8 Sep 2016 03:42:12 -0400
Subject: [PATCH] Add script to install required packages to compile in Debian
In order to setup an environment to compile and to test CRIU
from source, we need to have required packages in Debian
environment.[^0] This script and its package list will help
setting it up.
contrib/debian/dev-packages.lst:
* List of required packages for Debian development environment
scripts/install-debian-pkgs.sh:
* A simple bash script instaling the required Debian packages
[0]: https://criu.org/Installation
Signed-off-by: Tuan T. Pham <tuan@vt.edu>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
18 lines
315 B
Text
18 lines
315 B
Text
# Required packages for development in Debian
|
|
build-essential
|
|
libprotobuf-dev
|
|
libprotobuf-c0-dev
|
|
protobuf-c-compiler
|
|
protobuf-compiler
|
|
python-protobuf
|
|
|
|
# Extra packages, required for testing and building other tools
|
|
pkg-config
|
|
libnl-3-dev
|
|
python-ipaddr
|
|
libbsd0
|
|
libbsd-dev
|
|
iproute2
|
|
libcap-dev
|
|
libaio-dev
|
|
python-yaml
|