]> sigrok.org Git - pulseview.git/commitdiff
Separate the build/install instructions from the README.
authorAlexandru Gagniuc <redacted>
Wed, 30 Jan 2013 16:34:29 +0000 (10:34 -0600)
committerUwe Hermann <redacted>
Sat, 9 Mar 2013 10:39:12 +0000 (11:39 +0100)
Distros include the README in the package, and it doesn't make sense to have
build and install instructions in a binary package.

Signed-off-by: Alexandru Gagniuc <redacted>
INSTALL [new file with mode: 0644]
README

diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..95e0ae9
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,49 @@
+Requirements
+------------
+
+ - git
+ - g++
+ - make
+ - libtool
+ - pkg-config >= 0.22
+ - cmake >= 2.6
+ - libglib >= 2.28.0
+ - Qt >= 4.5
+ - libboost >= 1.42 (including the following libs):
+    - libboost-system
+    - libboost-thread
+ - libsigrok >= 0.2.0
+ - libsigrokdecode >= 0.1.0
+
+
+Building and installing
+-----------------------
+
+In order to get the PulseView source code and build it, run:
+
+ $ git clone git://sigrok.org/pulseview
+ $ cd pulseview
+ $ cmake .
+ $ make
+
+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
+ $ cd dist
+ $ cmake ..
+ $ make package_source
diff --git a/README b/README
index a0552251abc38e29a6de084bc397e980974b32c8..01cb87433562f163878d8e4514876004643ba909 100644 (file)
--- a/README
+++ b/README
@@ -20,57 +20,6 @@ There have been no official tarball releases, yet.
 Distro packagers should NOT package this, yet.
 
 
 Distro packagers should NOT package this, yet.
 
 
-Requirements
-------------
-
- - git
- - g++
- - make
- - libtool
- - pkg-config >= 0.22
- - cmake >= 2.6
- - libglib >= 2.28.0
- - Qt >= 4.5
- - libboost >= 1.42 (including the following libs):
-    - libboost-system
-    - libboost-thread
- - libsigrok >= 0.2.0
- - libsigrokdecode >= 0.1.0
-
-
-Building and installing
------------------------
-
-In order to get the PulseView source code and build it, run:
-
- $ git clone git://sigrok.org/pulseview
- $ cd pulseview
- $ cmake .
- $ make
-
-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
- $ cd dist
- $ cmake ..
- $ make package_source
-
-
 Mailing lists
 -------------
 
 Mailing lists
 -------------