From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 0227D7EC6E for ; Thu, 19 Dec 2013 08:13:09 +0100 (CET) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=pra; client-ip=74.55.86.74; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=mailfrom; client-ip=74.55.86.74; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@smtp.webfaction.com) identity=helo; client-ip=74.55.86.74; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="postmaster@smtp.webfaction.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmoBADucslJKN1ZKnGdsb2JhbABZg0ODWLYagSsOAQEBAQEGDQkJFCiCJQEBAQMBI1YFCwsaAiYCAkcQBhuHdAgECbB5mTITBIEpjTYzB4JuNYETBJ5EF457 X-IPAS-Result: AmoBADucslJKN1ZKnGdsb2JhbABZg0ODWLYagSsOAQEBAQEGDQkJFCiCJQEBAQMBI1YFCwsaAiYCAkcQBhuHdAgECbB5mTITBIEpjTYzB4JuNYETBJ5EF457 X-IronPort-AV: E=Sophos;i="4.95,512,1384297200"; d="scan'208";a="49645564" Received: from mail6.webfaction.com (HELO smtp.webfaction.com) ([74.55.86.74]) by mail2-smtp-roc.national.inria.fr with ESMTP; 19 Dec 2013 08:13:08 +0100 Received: from [172.20.10.2] (15-237.197-178.cust.bluewin.ch [178.197.237.15]) by smtp.webfaction.com (Postfix) with ESMTP id 1A027224EDE3; Thu, 19 Dec 2013 07:13:05 +0000 (UTC) Date: Thu, 19 Dec 2013 08:13:02 +0100 From: =?utf-8?Q?Daniel_B=C3=BCnzli?= To: Florent Monnier Cc: caml list Message-ID: <4FC13EE9F3724C5CA1CFD13544AD2AAC@erratique.ch> In-Reply-To: References: <4DDEBB7487B641C0834F09D522EA9918@erratique.ch> X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Re: [Caml-list] SDL2 bindings, testers and feedback welcome Le jeudi, 19 d=C3=A9cembre 2013 =C3=A0 06:20, Florent Monnier a =C3=A9crit : > i then half blindly trusted these commands: >=20=20 > ./pkg/pkg-git > ./pkg/build true >=20=20 > which did "compiled" the lib but not "installed" it (the poor joke > that i'm attempting to make is that the paragraph is called > "Installation", and that following it doesn't lead me to a point where > I get something installed.) Well if you want to be picky the paragraph tells you how to *install* with = opam and says to look at the `opam` file for *build* instructions...=20=20 That being said after that you are almost there, just use opam-installer [1= ] on the toplevel `tsdl.install` file that these build commands generated. = Especially since you are packaging for a distribution, this tool can genera= te you a shell script for installation (and eventually you'll be able to ap= ply this to all of my packages).=20=20 (N.B. manual installation is for advanced users who know what they are doin= g so I'm not going to maintain instructions about that) Best, Daniel [1] https://sympa.inria.fr/sympa/arc/caml-list/2013-12/msg00068.html