diff options
| -rw-r--r-- | INSTALL | 9 | ||||
| -rw-r--r-- | QUICK_START | 4 | ||||
| -rw-r--r-- | README | 8 |
3 files changed, 8 insertions, 13 deletions
@@ -1,10 +1,5 @@ -Besides a working C compiler, gnu m4, gnu make and the -[lopsub](http://people.tuebingen.mpg.de/maan/lopsub/) library must be -installed to to build and install this package. Download and install -lopsub with - - git clone git://git.tuebingen.mpg.de/lopsub - cd lopsub && make && sudo make install +Besides a working C compiler, gnu m4, gnu make and the lopsub library +must be installed to to build and install this package. If everything mentioned above is available on your system, type diff --git a/QUICK_START b/QUICK_START index 39666ab..bffa119 100644 --- a/QUICK_START +++ b/QUICK_START @@ -127,7 +127,7 @@ The "examples" subdirectory of the source distribution contains the full code of the above example and another small program which illustrates the use of columns of type `OSL_NO_STORAGE`. Larger applications using libosl are <a -href="http://people.tuebingen.mpg.de/maan/paraslash/">paraslash</a>, +href="https://people.tuebingen.mpg.de/maan/paraslash/">paraslash</a>, a network audio streaming system, and <a -href="http://people.tuebingen.mpg.de/maan/adu/">adu</a>, the advanced +href="https://people.tuebingen.mpg.de/maan/adu/">adu</a>, the advanced disk usage tool. @@ -44,10 +44,10 @@ or the library. Resources: -- Git clone URL: git://git.tuebingen.mpg.de/osl.git -- [Gitweb](http://git.tuebingen.mpg.de/osl.git) -- [Author Home Page](http://people.tuebingen.mpg.de/maan) -- [Project Page](http://people.tuebingen.mpg.de/maan/osl) +- Git clone URL: https://git.tuebingen.mpg.de/osl.git +- [Gitweb](https://git.tuebingen.mpg.de/osl.git) +- [Author Home Page](https://people.tuebingen.mpg.de/maan) +- [Project Page](https://people.tuebingen.mpg.de/maan/osl) - Email: [Andre Noll](mailto:maan@tuebingen.mpg.de) Comments and bug reports are welcome. Please provide enough info |
