Debian Paket erstellen: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 
;Beispiel daq
 
;Beispiel daq
 
=Vorbereitung=
 
=Vorbereitung=
echo export DEBFULLNAME='"Xinux Technik"' >> ~/.profile
+
*echo export DEBFULLNAME='"Xinux Technik"' >> ~/.profile
echo export DEBEMAIL='"technik@xinux.de"' >> ~/.profile
+
*echo export DEBEMAIL='"technik@xinux.de"' >> ~/.profile
  
 
=Install=
 
=Install=

Version vom 5. Juni 2020, 08:52 Uhr

Beispiel daq

Vorbereitung

  • echo export DEBFULLNAME='"Xinux Technik"' >> ~/.profile
  • echo export DEBEMAIL='"technik@xinux.de"' >> ~/.profile

Install

  • sudo apt-get install build-essential debhelper dh-make quilt fakeroot lintian

Installation der von daq benötigten Pakete

  • apt-get install -y build-essential libpcap-dev libpcre3-dev libdumbnet-dev bison flex zlib1g-dev liblzma-dev openssl libssl-dev

Verzeihnis erstellen

  • mkdir daq
  • cd daq

daq runterladen und ins Verzeichnis wechseln