Received: from mx0.riseup.net (mx0.riseup.net [198.252.153.6]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id A788D22359D for <~alpine/users@lists.alpinelinux.org>; Fri, 28 Jul 2023 15:44:35 +0000 (UTC) Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx0.riseup.net (Postfix) with ESMTPS id 4RCBlN6fT7z9tKH for <~alpine/users@lists.alpinelinux.org>; Fri, 28 Jul 2023 15:44:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1690559072; bh=8eevBc+TCL/+sYuIpsYgnEfS2mU4cjWuNNHENnSF6s8=; h=Subject:From:To:Date:In-Reply-To:References:From; b=H2WJSlkHeKiyGkHZ0fYGwzvx1oHEGQN4aBejmn45mApjUkAZd3GB7G+oEKOqt+L/b Fh20STiEOUfnWSQzw8YFDwzvRVEapwQj3R/GihcJfRwOQuOhDUoAQrq1SPBR1sSKqo KyP8n9v8zI51vhjlyp8LtAeCfJjC2hyN89ccZe0g= X-Riseup-User-ID: 6191F3261CC7DF5CF447B709262A654151D56D02A6311D76C0AC444B676EF4CA Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4RCBlN2GfpzFpsS for <~alpine/users@lists.alpinelinux.org>; Fri, 28 Jul 2023 15:44:31 +0000 (UTC) Message-ID: <131ec71a77abf266e02c81e1465f33f2833d5787.camel@riseup.net> Subject: Re: how i can build something with cmake using clang From: Ralf Mardorf To: ~alpine/users@lists.alpinelinux.org Date: Fri, 28 Jul 2023 17:44:29 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 On Fri, 2023-07-28 at 18:07 +0300, Oska pp wrote: > what packages i need install to build with clang using cmake, and how tel= l > cmake use clang instead gnu cc? what packages i need and what i need=C2= =A0to do? Hi, I copied your email's body into the Google search engine and got https://stackoverflow.com/questions/7031126/switching-between-gcc-and-clang= -llvm-using-cmake I don't know, if this information is correct. My understanding is, that you need to install=C2=A0https://pkgs.alpinelinux.org/packages?name=3Dcmake ;)[1]. Regards, Ralf [1] https://techoverflow.net/2022/01/17/how-to-install-cmake-on-alpine-linux/ :D.