From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: jedi_papi@yahoo.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id bddc6562 for ; Wed, 26 Jul 2017 05:57:42 +0000 (UTC) Received: from sonic315-37.consmr.mail.gq1.yahoo.com (sonic315-37.consmr.mail.gq1.yahoo.com [98.137.65.61]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id e1566299 for ; Wed, 26 Jul 2017 05:57:41 +0000 (UTC) Date: Wed, 26 Jul 2017 06:13:26 +0000 (UTC) From: Jose Marinez To: WireGuard Mailing List Message-ID: <807226423.1208180.1501049606445@mail.yahoo.com> Subject: Android wg binary MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1208179_485338586.1501049606444" References: <807226423.1208180.1501049606445.ref@mail.yahoo.com> List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , ------=_Part_1208179_485338586.1501049606444 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On the latest snapshot I noticed there=E2=80=99s a wg-quick port. One needs= to build a =E2=80=9Cwg=E2=80=9D binary for Android to be able to test. At = the moment, there=E2=80=99s no instructions to do so from source on the ins= tallation section of wireguard.com. What=E2=80=99s the best way to build th= e binary? Thanks,Jose ------=_Part_1208179_485338586.1501049606444 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On the latest snapshot I noticed there=E2=80=99s a wg-quick port. One needs= to build a =E2=80=9Cwg=E2=80=9D binary for Android to be able to test. At = the moment, there=E2=80=99s no instructions to do so from source on the ins= tallation section of wireguard.com. What=E2=80=99s the best way to build th= e binary?


Thanks,
Jose
------=_Part_1208179_485338586.1501049606444-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Jason@zx2c4.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id b4fe280e for ; Thu, 27 Jul 2017 16:11:05 +0000 (UTC) Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 6477cacc for ; Thu, 27 Jul 2017 16:11:05 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 066a4465 for ; Thu, 27 Jul 2017 16:30:08 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 63d949b4 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Thu, 27 Jul 2017 16:30:07 +0000 (UTC) Received: by mail-it0-f46.google.com with SMTP id v205so68640697itf.1 for ; Thu, 27 Jul 2017 09:31:24 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <807226423.1208180.1501049606445@mail.yahoo.com> References: <807226423.1208180.1501049606445.ref@mail.yahoo.com> <807226423.1208180.1501049606445@mail.yahoo.com> From: "Jason A. Donenfeld" Date: Thu, 27 Jul 2017 18:31:22 +0200 Message-ID: Subject: Re: Android wg binary To: Jose Marinez Content-Type: text/plain; charset="UTF-8" Cc: WireGuard Mailing List List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Jose, I usually build it statically against musl, rather than messing with bionic, but it should build against bionic too. Jason