Updated readme and travis scripts. ref #42
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ matrix:
|
|||||||
- gcc
|
- gcc
|
||||||
before_install:
|
before_install:
|
||||||
- eval "${MATRIX_EVAL}"
|
- eval "${MATRIX_EVAL}"
|
||||||
- sudo apt-get install build-essential cmake libboost-all-dev libconfig++-dev libavcodec-dev libavutil-dev libavformat-dev ffmpeg libmagick++-dev libpstreams-dev libconfig++-dev libpstreams-dev libtag1-dev
|
- sudo apt-get install build-essential cmake libboost-all-dev libconfig++-dev libavcodec-dev libavutil-dev libavformat-dev ffmpeg libgraphicsmagick++1-dev libpstreams-dev libconfig++-dev libpstreams-dev libtag1-dev
|
||||||
- git clone https://github.com/emweb/wt.git wt
|
- git clone https://github.com/emweb/wt.git wt
|
||||||
- pushd wt;
|
- pushd wt;
|
||||||
- git checkout 4.1.0
|
- git checkout 4.1.0
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ __Notes__:
|
|||||||
* a C++17 compiler is needed
|
* a C++17 compiler is needed
|
||||||
* ffmpeg version 4 minimum is required
|
* ffmpeg version 4 minimum is required
|
||||||
```sh
|
```sh
|
||||||
apt-get install g++ cmake libboost-system-dev libavutil-dev libavformat-dev libmagick++-dev libconfig++-dev libpstreams-dev ffmpeg libtag1-dev
|
apt-get install g++ cmake libboost-system-dev libavutil-dev libavformat-dev libgraphicsmagick++1-dev libconfig++-dev libpstreams-dev ffmpeg libtag1-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
You also need _Wt4_, which is not packaged yet on _Debian_. See [installation instructions](https://www.webtoolkit.eu/wt/doc/reference/html/InstallationUnix.html).</br>
|
You also need _Wt4_, which is not packaged yet on _Debian_. See [installation instructions](https://www.webtoolkit.eu/wt/doc/reference/html/InstallationUnix.html).</br>
|
||||||
@@ -208,6 +208,6 @@ To connect to _LMS_, just open your favorite browser and go to http://localhost:
|
|||||||
* Wt (http://www.webtoolkit.eu/)
|
* Wt (http://www.webtoolkit.eu/)
|
||||||
* bootstrap3 (http://getbootstrap.com/)
|
* bootstrap3 (http://getbootstrap.com/)
|
||||||
* ffmpeg project (https://ffmpeg.org/)
|
* ffmpeg project (https://ffmpeg.org/)
|
||||||
* Magick++ (http://www.imagemagick.org/Magick++/)
|
* GraphicsMagick++ (http://www.graphicsmagick.org/)
|
||||||
* MetaBrainz (https://metabrainz.org/)
|
* MetaBrainz (https://metabrainz.org/)
|
||||||
* Bootstrap Notify: https://github.com/mouse0270/bootstrap-notify
|
* Bootstrap Notify: https://github.com/mouse0270/bootstrap-notify
|
||||||
|
|||||||
Reference in New Issue
Block a user