mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Easiest Guide to Build a Debian package for GNU TeXmacs


Chronological Thread 
  • From: Darcy Shen <address@hidden>
  • To: "address@hidden" <address@hidden>
  • Cc: "texmacs-users" <address@hidden>
  • Subject: Re: [TeXmacs] Easiest Guide to Build a Debian package for GNU TeXmacs
  • Date: Sun, 24 Mar 2019 15:59:34 +0800
  • Arc-authentication-results: i=1; mx.zoho.com; dkim=pass header.i=zoho.com; spf=pass smtp.mailfrom=address@hidden; dmarc=pass header.from=<address@hidden> header.from=<address@hidden>
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1553414487; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=jjpxJNLy/H0H8dMNQU03TOcXUnXMpBimpV5/Z6tVh3E=; b=ZaLWhq2kSYO/HbqZVtnIVWCBl0edTeRbFWr2PuksS/TxUZkQPmvyTtoeTxUIsKZMLMpDev5QzYign2d7lVdSBiFC3F3eh1tDayL09HOi8BVQUXJZYaxZnuUHupzGKFxIiaCjNNJwtuayMnPJrvRFq/y6lgcoRht84S+aXtQPG4k=
  • Arc-seal: i=1; a=rsa-sha256; t=1553414487; cv=none; d=zoho.com; s=zohoarc; b=ET5JUbtaOhIQIOrpWw7XSkVh/pmVwKlhGjDTm+wXwXxlqDqzwKf6cPALuBslLCvsMcH+4Z/nG2W5a9rQ2xJnNI+2gMVNrSkA3PLR5d/2cEOhOmRNSn+9TZDOshf5+7vBkcVNSPuEOEH0c4BJuLRw43c6FPgQn1peYzMuj0eZMsU=
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=date:from:to:cc:message-id:in-reply-to:references:subject:mime-version:content-type:user-agent; b=jthLNEhhe/Ul6JhAgQ0ze9PW1uMaviwOWj6O9LUsUry4YoWGVQwiGGJsWqItfNW6pQdsSnjPKpc5 pCQFuZzYhFnrKLNqSmqO3APjttLFYF2r0dEbp1hzfRMipYwkh9+g

Please make sure your code is up-to-date. ( must clone from  address@hidden:texmacs/texmacs.git )

Simply:

git pull origin master

I just committed.





---- On Sun, 24 Mar 2019 15:50:08 +0800 <address@hidden> wrote ----

Apparently there is no build_deb.sh ?

Were is it ?

It's a debian / ubuntu builder sh ?

Le 24/03/2019 à 08:46, address@hidden a écrit :

Am I doing something wrong ?

pc:~/git/texmacs$ cmake/build_deb.sh

cmake/build_deb.sh: Aucun fichier ou dossier de ce type (no dir or file )


Le 24/03/2019 à 08:35, Darcy Shen a écrit :
Dear GNU TeXmacs Users:

Assuming you had compiled GNU TeXmacs before and install the necessary deps,
the following four steps is the best way to install GNU TeXmacs on Debian/Ubuntu/Linux Deepin/...

git clone address@hidden:texmacs/texmacs.git
cd texmacs
cmake/build_deb.sh
sudo dpkg -i ../texmacs_1.99.9-1_amd64.deb





Archive powered by MHonArc 2.6.19.

Top of page