From patchwork Tue Jul 25 12:48:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Kocialkowki X-Patchwork-Id: 9861945 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id DE9E5601A1 for ; Tue, 25 Jul 2017 12:48:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D0D2F23B24 for ; Tue, 25 Jul 2017 12:48:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C415224151; Tue, 25 Jul 2017 12:48:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 89B6823B24 for ; Tue, 25 Jul 2017 12:48:57 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E31896E446; Tue, 25 Jul 2017 12:48:56 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1F8AA6E446 for ; Tue, 25 Jul 2017 12:48:56 +0000 (UTC) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2017 05:48:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,411,1496127600"; d="scan'208";a="115393950" Received: from linux.intel.com ([10.54.29.200]) by orsmga002.jf.intel.com with ESMTP; 25 Jul 2017 05:48:55 -0700 Received: from workstation.fi.intel.com (workstation.fi.intel.com [10.237.68.144]) by linux.intel.com (Postfix) with ESMTP id 1B7DE5808F5; Tue, 25 Jul 2017 05:48:53 -0700 (PDT) From: Paul Kocialkowski To: intel-gfx@lists.freedesktop.org Date: Tue, 25 Jul 2017 15:48:25 +0300 Message-Id: <20170725124825.1936-3-paul.kocialkowski@linux.intel.com> X-Mailer: git-send-email 2.13.2 In-Reply-To: <20170725124825.1936-1-paul.kocialkowski@linux.intel.com> References: <20170725124825.1936-1-paul.kocialkowski@linux.intel.com> Subject: [Intel-gfx] [PATCH i-g-t 3/3] README: Add information about chamelium dependencies X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP This adds a list of dependencies required to build chamelium support, so that what needs to be installed to get it going is more obvious. As done previously in the file, the list is relevant for Debian and its derivatives but should provide a template for other systems as well. Signed-off-by: Paul Kocialkowski --- README | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README b/README index 26171a17..d1ea9529 100644 --- a/README +++ b/README @@ -131,7 +131,7 @@ Requirements ------------ This is a non-exhaustive list of package dependencies required for building -everything (package names may vary): +the default configuration (package names may vary): gtk-doc-tools libcairo2-dev @@ -144,6 +144,15 @@ everything (package names may vary): x11proto-dri2-dev xutils-dev +The following dependencies are required for building chamelium support +(package names may vary): + + libxmlrpc-core-c3-dev + libpixman-1-dev + libudev-dev + libglib2.0-dev + libgsl-dev + Releases for maintainers ------------------------