Return-Path: X-Original-To: apmail-celix-dev-archive@www.apache.org Delivered-To: apmail-celix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3E4A817E03 for ; Tue, 7 Oct 2014 14:49:58 +0000 (UTC) Received: (qmail 95944 invoked by uid 500); 7 Oct 2014 14:49:58 -0000 Delivered-To: apmail-celix-dev-archive@celix.apache.org Received: (qmail 95911 invoked by uid 500); 7 Oct 2014 14:49:58 -0000 Mailing-List: contact dev-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list dev@celix.apache.org Received: (qmail 95897 invoked by uid 500); 7 Oct 2014 14:49:57 -0000 Delivered-To: apmail-incubator-celix-dev@incubator.apache.org Received: (qmail 95876 invoked by uid 99); 7 Oct 2014 14:49:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2014 14:49:57 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of isaacdrose@gmail.com designates 209.85.213.180 as permitted sender) Received: from [209.85.213.180] (HELO mail-ig0-f180.google.com) (209.85.213.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2014 14:49:52 +0000 Received: by mail-ig0-f180.google.com with SMTP id uq10so4861976igb.1 for ; Tue, 07 Oct 2014 07:49:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=R60zVGOwTSvqiRN3dtSoJNY9CUg4xrGFDuwh2vXWy/U=; b=CdOvJezy20VPDsAROOfZVa5CKl7fIQEbCRp2Iy7bFqQ/iKWg2pBYmbltu6xVkd+4P1 M660m1sSxAPQJSYC9hJhmVb6XCNVw0BsIeM1nM4fDUxBfUPC090nuhRihYZjaB6ITM7k QBoPgQoUQ041lLABy5YSsTuHVw92768BdQpKwtXit3HbuLncdy3hzcarZrucihRqJGk8 qzwyx+0eoGGk7yjOtMMdE0ujoiW/C+XFbUbQ5//0kWwY318ZmNsR+iLxatA8DceEYn/I Gdbqrbpvmc7JYRjHYF+XnbHHcSpjQ6lMTX/w5Udag6nV4eKQizeKUj6VcBpPgbnkEB1/ m3sQ== MIME-Version: 1.0 X-Received: by 10.42.231.9 with SMTP id jo9mr5394493icb.12.1412693371943; Tue, 07 Oct 2014 07:49:31 -0700 (PDT) Received: by 10.50.108.4 with HTTP; Tue, 7 Oct 2014 07:49:31 -0700 (PDT) In-Reply-To: References: Date: Tue, 7 Oct 2014 10:49:31 -0400 Message-ID: Subject: Re: Getting started with Celix instructions. From: Isaac Rose To: celix-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=047d7bacb4469c80890504d64ef8 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bacb4469c80890504d64ef8 Content-Type: text/plain; charset=UTF-8 Sorry, accidentally sent an incomplete message. Hi everyone, I have just started to use Celix and have been trying to get going using the instructions at this link. https://svn.apache.org/repos/asf/celix/site/trunk/content/documentation/getting_started.md 1. Do I need to install libxml2-dev .deb package as well? 2. Is libslp-dev .deb package only needed if I enable RSA SLP? 3. What is the minimum set of Celix bundles that need to be built? a. What are each of the BUILD_ bundles in CCMAKE and what are they used for? This might already be documented somewhere. Maybe just a reference/link to that page would work. 4. It wasn't clear in the instructions, but it seems that I need to checkout celix and create a build and a install folder. a. Perhaps a better visualization of the folder tree with an explanation of what each directory is for. |--celix_src (Checkout of celix trunk) |--celix_build(build of celix - run cmake and make from here) |--install (the location of the celix runtime and the target directory where the ./celix_build/make install-all) |--my_celix_src (location of my celix bundles '--my_celix_build (the location where cmake and make are run for my bundles. That is all the suggestions I have for now. I am trying to work my way through creating a bundle and may have some more suggestions after that. Thanks, Isaac On Tue, Oct 7, 2014 at 10:32 AM, Isaac Rose wrote: > Hi everyone, I have just started to use Celix and have been trying to get > going using the instructions at this link. > > https://svn.apache.org/repos/asf/celix/site/trunk/content/documentation/getting_started.md > > 1. Do I need to install libxml2-dev .deb package as well? > 2. Is libslp-dev .deb package only needed if I enable RSA SLP? > 3. What is the minimum set of Celix bundles that need to be built? > > --047d7bacb4469c80890504d64ef8--