mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Easiest way to build a deb for GNU Guile 1.8.8


Chronological Thread 
  • From: "address@hidden" <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] Easiest way to build a deb for GNU Guile 1.8.8
  • Date: Sun, 24 Mar 2019 09:31:28 +0100

I will follow your steps because I have compiled texmacs, but I want to make the deb

Le 24/03/2019 à 09:23, Darcy Shen a écrit :

Step by step guide to make a debian package for GNU Guile 1.8.8 by yourself

Step 1: Prepare your build environment.

sudo apt install devscripts

Step 2: Clone the texmacs branch of guile.

git clone --depth 10 -b texmacs --single-branch  address@hidden:texmacs/guile.git

Step 3: Make your own debs.

cd guile
dpkg-buildpackage -us -uc -b

Great! Now the wanted debs has been generated:

$ ls ../*deb
../guile-1.8_1.8.8+1-10_amd64.deb         ../guile-1.8-dev_1.8.8+1-10_amd64.deb  ../guile-1.8-libs_1.8.8+1-10_amd64.deb
../guile-1.8-dbgsym_1.8.8+1-10_amd64.deb  ../guile-1.8-doc_1.8.8+1-10_all.deb    ../guile-1.8-libs-dbgsym_1.8.8+1-10_amd64.deb

Install guile-1.8, guile-1.8-dev, guile-1.8-libs via dpkg.


see https://github.com/texmacs/guile

Or you may download guile debs from some where by yourself.




Archive powered by MHonArc 2.6.19.

Top of page