unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Compiling software with Cask without internet
@ 2023-09-26 11:50 Edgar Lux
  2023-10-29 16:40 ` Edgar Lux
  0 siblings, 1 reply; 2+ messages in thread
From: Edgar Lux @ 2023-09-26 11:50 UTC (permalink / raw)
  To: Help Gnu Emacs; +Cc: Matus Goljer, Vedang Manerikar

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-29 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-26 11:50 Compiling software with Cask without internet Edgar Lux
2023-10-29 16:40 ` Edgar Lux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).