diff --git a/docs/contact.md b/docs/contact.md index f5da467..c66da1c 100644 --- a/docs/contact.md +++ b/docs/contact.md @@ -1,4 +1,5 @@ # Contact us: 1) Using GitHub - open issue -2) Use Toxygen Tox Group - add bot kalina@toxme.io (or 12EDB939AA529641CE53830B518D6EB30241868EE0E5023C46A372363CAEC91C2C948AEFE4EB) \ No newline at end of file + +2) Use Toxygen Tox Group - add bot kalina@toxme.io (or 12EDB939AA529641CE53830B518D6EB30241868EE0E5023C46A372363CAEC91C2C948AEFE4EB) diff --git a/docs/install.md b/docs/install.md index 17aafe7..bf79c67 100644 --- a/docs/install.md +++ b/docs/install.md @@ -23,13 +23,17 @@ Run app using ``toxygen`` command. ### OS X -1. Install [toxcore](https://github.com/irungentoo/toxcore/blob/master/INSTALL.md) with toxav support in your system (install in /usr/lib/) +1. Install [toxcore](https://github.com/irungentoo/toxcore/blob/master/INSTALL.md) with toxav support in your system 2. Install PortAudio: ``brew install portaudio`` 3. Install toxygen: ``pip3 install toxygen`` 4. Run toxygen using ``toxygen`` command. +## Packages + +Coming soon. + ## From source code (recommended for developers) ### Windows @@ -40,7 +44,7 @@ Run app using ``toxygen`` command. 4. [Download toxygen](https://github.com/xveduk/toxygen/archive/master.zip) 5. Unpack archive 6. Download latest libtox.dll build, download latest libsodium.a build, put it into \src\libs\ -7. Run \src\main.py. +7. Run \toxygen\main.py. Optional: install toxygen using setup.py: ``python3.4 setup.py install`` @@ -74,8 +78,9 @@ Optional: install toxygen using setup.py: ``python3.4 setup.py install`` 3. Install PortAudio: ``brew install portaudio`` 4. Install PyAudio: ``pip3 install pyaudio`` -4. [Download toxygen](https://github.com/xveduk/toxygen/archive/master.zip) -5. Unpack archive -6. Run \src\main.py. +5. Install [toxcore](https://github.com/irungentoo/toxcore/blob/master/INSTALL.md) with toxav support in your system +6. [Download toxygen](https://github.com/xveduk/toxygen/archive/master.zip) +7. Unpack archive +8. Run \toxygen\main.py. Optional: install toxygen using setup.py: ``python3 setup.py install``