diff --git a/INSTALL.md b/INSTALL.md
index 8223e940..8f31b86e 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,7 +1,7 @@
#Install Instructions
- [Installation](#installation)
- - [GNU/Linux](#gnu/linux)
+ - [Unix like](#unix)
- [OS X](#osx)
- [Homebrew](#homebrew)
- [Non-Homebrew](#non-homebrew)
@@ -10,11 +10,15 @@
##Installation
-
-###GNU/Linux:
+
+###Most Unix like OSes:
Build dependencies:
+Note: package fetching commands may vary by OS.
+
+On Ubuntu:
+
```bash
sudo apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev checkinstall check git libswscale-dev libsdl-dev libopenal-dev libopus-dev libvpx-dev yasm
```
@@ -26,6 +30,17 @@ yum groupinstall "Development Tools"
yum install libtool autoconf automake libconfig-devel ncurses-devel check check-devel
```
+On SunOS:
+
+```pfexcec
+pkg install autoconf automake gcc-47
+```
+On FreeBSD 10+:
+
+```tcsh
+pkg install automake autoconf
+```
+
Note that `libconfig-dev` should be >= 1.4.
You should get and install [libsodium](https://github.com/jedisct1/libsodium):
@@ -241,4 +256,4 @@ Advance configure options:
####Clients:
-While [Toxic](https://github.com/tox/toxic) is no longer in core, a list of Tox clients are located in our [wiki](http://wiki.tox.im/client)
+While [Toxic](https://github.com/tox/toxic) is no longer in core, a list of Tox clients are located in our [wiki](http://wiki.tox.im/client)
\ No newline at end of file
diff --git a/toxav/toxrtp.h b/toxav/toxrtp.h
index bb40f343..32234ebe 100755
--- a/toxav/toxrtp.h
+++ b/toxav/toxrtp.h
@@ -31,8 +31,10 @@
#define MAX_SEQU_NUM 65535
+
/**
- * Standard rtp header
+ * @brief Standard rtp header.
+ *
*/
typedef struct _RTPHeader {