From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id DF0F75A45 for ; Sun, 2 Aug 2015 16:12:17 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 02 Aug 2015 07:12:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,595,1432623600"; d="scan'208";a="775162543" Received: from orsmsx103.amr.corp.intel.com ([10.22.225.130]) by fmsmga002.fm.intel.com with ESMTP; 02 Aug 2015 07:12:10 -0700 Received: from orsmsx151.amr.corp.intel.com (10.22.226.38) by ORSMSX103.amr.corp.intel.com (10.22.225.130) with Microsoft SMTP Server (TLS) id 14.3.224.2; Sun, 2 Aug 2015 07:12:09 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by ORSMSX151.amr.corp.intel.com (10.22.226.38) with Microsoft SMTP Server (TLS) id 14.3.224.2; Sun, 2 Aug 2015 07:12:09 -0700 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.127]) by fmsmsx118.amr.corp.intel.com ([169.254.1.215]) with mapi id 14.03.0224.002; Sun, 2 Aug 2015 07:12:08 -0700 From: "Wiles, Keith" To: Thomas Monjalon , Kevin Wilson Thread-Topic: [dpdk-dev] dpdk 2.0 - how to build the documentation Thread-Index: AQHQzO4S8gteLgCH/UKzsNd4wZ6F6Z34yMqA///3x4A= Date: Sun, 2 Aug 2015 14:12:08 +0000 Message-ID: References: <1769062.Qdv563YfQL@xps13> In-Reply-To: <1769062.Qdv563YfQL@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.180.166] Content-Type: text/plain; charset="Windows-1252" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] dpdk 2.0 - how to build the documentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Aug 2015 14:12:18 -0000 On 8/2/15, 12:41 AM, "dev on behalf of Thomas Monjalon" wrote: >2015-08-02 09:39, Kevin Wilson: >> I have downloaded dpdk-2.0.0.tar.gz from dpdk.org >> How do I build the documentation (pdf files)? > >They are available here: > http://dpdk.org/doc/archives/dpdk-2.0/pdf/guides/ >If you want to build them: > make doc-guides-pdf >You'll need these packages: > python-sphinx, inkscape, texlive-collection-latexextra, >texlive-collection-fontsextra Here is the command line I used for my Ubuntu install: sudo apt-get install texlive-latex-extra texlive-fonts-extra python-sphinx inkscape Distributor ID: Ubuntu Description: Ubuntu 14.04.2 LTS Release: 14.04 Codename: trusty Hope that help someone else =8B=20 Regards, ++Keith Intel Corporation