diff options
author | eb | 2006-08-04 01:54:23 +0000 |
---|---|---|
committer | eb | 2006-08-04 01:54:23 +0000 |
commit | 559f82a0d10f604b0b27cfb8663d93b1625dbd8b (patch) | |
tree | 627d34dbfd9d9d996b39a752c3b03de611ba07b1 /pmt/README | |
parent | fd4a4f2ae9e3c9ff989b1118ebeb5a15718b456c (diff) | |
download | gnuradio-559f82a0d10f604b0b27cfb8663d93b1625dbd8b.tar.gz gnuradio-559f82a0d10f604b0b27cfb8663d93b1625dbd8b.tar.bz2 gnuradio-559f82a0d10f604b0b27cfb8663d93b1625dbd8b.zip |
Cleaned up top-level README, and fixed or deleted lower level ones as
appropriate.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3133 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'pmt/README')
-rw-r--r-- | pmt/README | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/pmt/README b/pmt/README index a5785061d..fdf66142e 100644 --- a/pmt/README +++ b/pmt/README @@ -24,22 +24,3 @@ polymorphic types. These are similar to lisp or python data objects, and implement transparent reference counting using the boost shared_ptr templates. -To build the examples from the tarball use the normal recipe: - - $ ./configure - $ make - $ make check - -If you're building from CVS, you'll need to use this sequence, since -CVS doesn't contain configure or the generated Makefiles. - - $ ./bootstrap - $ ./configure - $ make - $ make check - - -The doc directory is not built by default. This is to avoid spurious -build problems on systems that don't have xmlto installed. If you -have xmlto and its dependencies installed, you can build the html -version of the howto article by cd'ing to doc and invoking make. |