Update README.md
This commit is contained in:
parent
1946c2365e
commit
213be0e10f
1 changed files with 3 additions and 2 deletions
|
@ -28,7 +28,8 @@ which should be fixed in first release:
|
||||||
|
|
||||||
* [\[issue #16\]](https://github.com/braiden-vasco/lita-tox/issues/16)
|
* [\[issue #16\]](https://github.com/braiden-vasco/lita-tox/issues/16)
|
||||||
**libtoxcore** is not included in the gem. It should be compiled manually
|
**libtoxcore** is not included in the gem. It should be compiled manually
|
||||||
to build the gem native extension successfully (see the instructions below)
|
to build the gem native extension successfully. Follow the instructions in
|
||||||
|
[that file](https://github.com/irungentoo/toxcore/blob/2ab3b14731061cc04d3ccc50a35093c11d018298/INSTALL.md)
|
||||||
|
|
||||||
* [\[issue #17\]](https://github.com/braiden-vasco/lita-tox/issues/17)
|
* [\[issue #17\]](https://github.com/braiden-vasco/lita-tox/issues/17)
|
||||||
JRuby is not supported. Only C extension for Tox is implemented
|
JRuby is not supported. Only C extension for Tox is implemented
|
||||||
|
@ -48,7 +49,7 @@ At first, see the documentation for Lita: http://docs.lita.io/
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
**libtoxcore** should be compiled manually at your computer or server.
|
**libtoxcore** should be compiled manually at your computer or server.
|
||||||
Follow the instructions at
|
Follow the instructions in
|
||||||
[that file](https://github.com/irungentoo/toxcore/blob/2ab3b14731061cc04d3ccc50a35093c11d018298/INSTALL.md)
|
[that file](https://github.com/irungentoo/toxcore/blob/2ab3b14731061cc04d3ccc50a35093c11d018298/INSTALL.md)
|
||||||
|
|
||||||
When **libtoxcore** is installed, add **lita-tox**
|
When **libtoxcore** is installed, add **lita-tox**
|
||||||
|
|
Reference in a new issue