Received: from mx0.riseup.net (mx0.riseup.net [198.252.153.6]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 557E8223250 for <~alpine/users@lists.alpinelinux.org>; Thu, 30 Mar 2023 15:44:59 +0000 (UTC) Received: from fews2.riseup.net (fews2-pn.riseup.net [10.0.1.84]) (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 4PnSRD2Y4sz9tJM for <~alpine/users@lists.alpinelinux.org>; Thu, 30 Mar 2023 15:44:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1680191096; bh=hm3q2P8WGVoQHy8ih2OlKV7Kd4wpAOl3WJxJn0GMqKQ=; h=Date:From:To:Subject:References:In-Reply-To:From; b=rx/Ywo7eiw53WObT2plg3pdnSCuhaxdZTYwnxhccFbgdy/WYb77GQJcs09TXk0iwi 2AQZgOcRh/lAEj0jmU2hEv6PeZzYKtAumnZkbjbvwbs/ndKmKxqrIJrwf6tEc0tavX 970tS0qkRY/4rJSqKBmIyrUc1B2vPCsaK9AtKr0M= X-Riseup-User-ID: 47065E600DFA78DF0DC924687E2F0EFE264E2B42C6ADF7B58731686A3884874A Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4PnSRC48HQz1yPW for <~alpine/users@lists.alpinelinux.org>; Thu, 30 Mar 2023 15:44:55 +0000 (UTC) Date: Thu, 30 Mar 2023 15:44:53 +0000 From: donoban To: ~alpine/users@lists.alpinelinux.org Subject: Re: Install dependencies Message-ID: <20230330154453.2c2nsapvhjucmcqe@7f17b53825ee> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, Mar 30, 2023 at 09:57:40AM +0200, work@mro.name wrote: > Hi Carlo, all, > > I'd like to run Drakon on my Alpine 3.17, aarch64 raspberry pi. > > https://github.com/stepan-mitkin/drakon_editor names as dependencies the > ubuntu packages: > > $ sudo apt-get install tcl8.6 tk8.6 tcllib libsqlite3-tcl libtk-img > > I found > > $ sudo apk add tcl tk sqlite-tcl > > and am ready to compile tkimg from source. But what about > https://pkgs.alpinelinux.org/packages?name=tcllib? > > Greetings, > Marcus Hi, did you check if it is just included in 'tcl' package? There are some "/usr/lib/.-." files inside it. --- Donoban