X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=README;h=4aaa8780090605f44215d1c4a4e740b77422b8c2;hp=6788213d5f624fc06ec84cffb99e685750064e20;hb=306d43a7ab62b534bbc1a5d19a381f7e0b787dfe;hpb=202cf44dcecb79c030228c2a3c2e7c88509b9e51 diff --git a/README b/README index 6788213d..4aaa8780 100644 --- a/README +++ b/README @@ -20,53 +20,20 @@ There have been no official tarball releases, yet. Distro packagers should NOT package this, yet. -Requirements ------------- +Copyright notices +----------------- - - git - - g++ - - make - - libtool - - pkg-config >= 0.22 - - cmake >= 2.6 - - libglib >= 2.28.0 - - Qt >= 4.5 - - libboost >= 1.45 (including the following libs): - - libboost-system - - libboost-thread - - libsigrok >= 0.2.0 - - libsigrokdecode >= 0.1.0 +A copyright notice indicating a range of years, must be interpreted as having +had copyrightable material added in each of those years. +Example: -Building and installing ------------------------ + Copyright (C) 2010-2013 Contributor Name -In order to get the PulseView source code and build it, run: +is to be interpreted as - $ git clone git://sigrok.org/pulseview - $ cd pulseview - $ cmake . - $ make + Copyright (C) 2010,2011,2012,2013 Contributor Name -For installing PulseView: - - $ make install - -Please see the following wiki pages for more detailed instructions: - - http://sigrok.org/wiki/Linux - http://sigrok.org/wiki/Mac_OS_X - http://sigrok.org/wiki/Windows - http://sigrok.org/wiki/FreeBSD - -Creating a source distribution package --------------------------------------- - -In order to build a source package begin with an unconfigured source tree. - - $ mkdir dist/ - $ cmake ../ - $ make package_sources Mailing lists -------------