@@ -4,9 +4,9 @@ For StringTie's manual and prepared source and binary packages, please refer to
44
55Source and binary packages for this software, along with a small test data set
66can be directly downloaded from the [ Releases] ( https://github.com/gpertea/stringtie/releases ) page for this repository.
7- StringTie is compatible with a wide range of Linux and Apple OS systems (going as far back as RedHat Enterprise Linux 5.0 and OS X 10.7).
8- The main program (StringTie) does not have any other library dependencies and in order to compile it from source it requires only
9- a C++ compiler which supports the C++ 0x standard (GCC 4.5 or newer).
7+ StringTie is compatible with a wide range of Linux and Apple OS systems.
8+ The main program (StringTie) does not have any other library dependencies (besides zlib) and in order to compile it from source it requires
9+ a C++ compiler which supports the C++ 11 standard (GCC 4.8 or newer).
1010
1111### Building the latest version from the repository
1212In order to compile the StringTie source in this GitHub repository the following steps can be taken:
@@ -30,13 +30,11 @@ is obtained by using `make release` as instructed above.
3030### Using pre-compiled (binary) releases
3131Instead of compiling from source, some users may prefer to download an already compiled binary for Linux
3232and Apple OS X, ready to run. These binary package releases are compiled on older versions of these
33- operating systems (RedHat Enterprise Linux 5.0 and OS X 10.7) in order to provide compatibility with
34- a wide range of (older) OS versions, not just the most recent versions. These precompiled packages are
35- made available on the <a href =" https://github.com/gpertea/stringtie/releases " >Releases</a > page for this repository.
33+ operating systems in order to provide compatibility with a wide range of (older) OS versions, not just the most recent distributions.
34+ These precompiled packages are made available on the <a href =" https://github.com/gpertea/stringtie/releases " >Releases</a > page for this repository.
3635Please note that these binary packages do not include the optional [ super-reads module] ( #the-super-reads-module ) ,
3736which currently can only be built on Linux machines, from the source made available in this repository.
3837
39-
4038## Running StringTie
4139
4240Run stringtie from the command line like this:
0 commit comments