Skip to content

Commit

Permalink
fix Makefile clean target, fix readme instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabaldesi committed Mar 16, 2018
1 parent 12da7cd commit 2b3d625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ clean:
make -C Test/ clean
make -C Libs/mongoose clean
make -C $(GRAPES) clean
make -C Libs/pstreamer clean
NET_HELPER=$(PWD)/$(NET_HELPER) make -C Libs/pstreamer clean
make -C Libs/janus-gateway distclean

.PHONY: all clean
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ https://ans.disi.unitn.it/redmine/projects/peerstreamer-ng/wiki
## Compilation
You need to install [Janus dependencies](https://github.com/meetecho/janus-gateway), on ubuntu:
```
aptitude install libmicrohttpd-dev libjansson-dev libnice-dev \
libssl-dev libsrtp-dev libsofia-sip-ua-dev libglib2.0-dev \
libopus-dev libogg-dev libcurl4-openssl-dev pkg-config gengetopt \
sudo apt install libmicrohttpd-dev libjansson-dev libnice-dev
libssl-dev libsrtp-dev libsofia-sip-ua-dev libglib2.0-dev
libopus-dev libogg-dev libcurl4-openssl-dev pkg-config gengetopt
libtool automake
```

Expand Down

0 comments on commit 2b3d625

Please sign in to comment.