diff options
author | Andres Mejia <amejia004@gmail.com> | 2012-06-19 10:21:53 -0400 |
---|---|---|
committer | Andres Mejia <amejia004@gmail.com> | 2012-06-19 10:22:26 -0400 |
commit | 72ffc4b0a0abc511c807635ed5b2310b675b89fd (patch) | |
tree | 4ef5031c9aca796a2809b896d3186f58efc71b7d /docs/README.linux | |
parent | 9f47cce2aae91b04e168680e0da93aa0515d048b (diff) |
Revert "Update documentation for Linux on how to run the testsuite."
This reverts commit 35e9b07f2765f402458ea441c9433d78c9893d51.
Diffstat (limited to 'docs/README.linux')
-rw-r--r-- | docs/README.linux | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/docs/README.linux b/docs/README.linux index efdf9fe963..b13f956e91 100644 --- a/docs/README.linux +++ b/docs/README.linux @@ -60,9 +60,7 @@ Build-Depends: autoconf, automake, autopoint, autotools-dev, cmake, curl, python-support, unzip, yasm, zip, zlib1g-dev, libcap-dev *** For developers and anyone else who compiles frequently it is recommended to -use ccache. Also, it is recommended developers install the Boost Unit Test -Framework to be able to run the testsuite. On Debian/Ubuntu machines, the -package to install the framework is libboost-test-dev. +use ccache -------------------------------------------------------------- 3.1. Using the XBMC PPA to get all build dependencies (Debian/Ubuntu only) @@ -114,13 +112,6 @@ For example. $ make install DESTDIR=$HOME/xbmc ----------------------------------------------------------------------------- -4.1 Compiling/Running the testsuite. ------------------------------------------------------------------------------ -For developers, to compile and run the testsuite, simply type the following. - - $ make check - ------------------------------------------------------------------------------ 5. How to run ----------------------------------------------------------------------------- How to run xbmc depends on the type of installation you have done. It is |