|
|
@ -15,19 +15,22 @@ The latest version of Spreed WebRTC can be found on GitHub: |
|
|
|
- [Babel](http://babel.pocoo.org/) |
|
|
|
- [Babel](http://babel.pocoo.org/) |
|
|
|
- [po2json](https://github.com/mikeedwards/po2json) |
|
|
|
- [po2json](https://github.com/mikeedwards/po2json) |
|
|
|
- [autoprefixer](https://www.npmjs.org/package/autoprefixer) |
|
|
|
- [autoprefixer](https://www.npmjs.org/package/autoprefixer) |
|
|
|
- make |
|
|
|
- [autoconf](http://www.gnu.org/software/autoconf/) |
|
|
|
|
|
|
|
- [automake](http://www.gnu.org/software/automake/) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Building |
|
|
|
## Building |
|
|
|
|
|
|
|
|
|
|
|
[](https://travis-ci.org/strukturag/spreed-webrtc) |
|
|
|
[](https://travis-ci.org/strukturag/spreed-webrtc) |
|
|
|
|
|
|
|
|
|
|
|
Go, Sass and NodeJS need to be in your $PATH. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If you got spreed-webrtc from the git repository, you will first need |
|
|
|
If you got spreed-webrtc from the git repository, you will first need |
|
|
|
to run the included `autogen.sh` script to generate the `configure` |
|
|
|
to run the included `autogen.sh` script to generate the `configure` |
|
|
|
script. |
|
|
|
script. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Configure does try to find all the tools on your system at the standard |
|
|
|
|
|
|
|
locations. If the dependencies are somewhere else, add the corresponding |
|
|
|
|
|
|
|
parameters to the ./configure call. |
|
|
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
```bash |
|
|
|
$ ./configure |
|
|
|
$ ./configure |
|
|
|
$ make |
|
|
|
$ make |
|
|
|