[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Compiling software with Cask without internet
From: |
Edgar Lux |
Subject: |
Compiling software with Cask without internet |
Date: |
Tue, 26 Sep 2023 13:50:03 +0200 (CEST) |
Hello,
Does anybody know how I can install software with Cask without internet? (is
there a way to download the sources and use them without internet?) At the
moment, I noticed that pdf-tools (https://github.com/vedang/pdf-tools) does
this:
(source gnu)
(source melpa)
and that there is no way to proceed when commenting those out or plainly
unplugging the Internet. Furthermore, many of the dependencies are interlinked
(ert-runner.el undercover.el ecukes el-mock.el commander.el espuds ansi.el;
most of them coming from https://github.com/rejeep/). For example, undercover
depends on ert-runner, which depends on ecukes, which depends on espuds, which
depends on ert-runner. I tried hacking the Makefile by adding
CASK = EMACSLOADPATH="paths to all those packages after git
clone:$EMACSLOADPATH" cask
but that did not work. Thank you.
--
Sent with https://mailfence.com
Secure and private email
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Compiling software with Cask without internet,
Edgar Lux <=