Build and Test Project TOX under MacOS
Some Steps to do
- You need to have XCode with installed CLI Tools (see here)
- If you are using MacPorts (you really should), you need to install all necessary Dependencies:
port install libtool automake autoconf libconfig-hr libsodium cmake
- Checkout the Project TOX Core Repository:
git clone --recursive https://github.com/irungentoo/ProjectTox-Core.git
-
cd ProjectTox-Core cmake . make all
- You need two tools:
DHT_bootstrap in /other
and nTox in /testing - Bootstrap Tox (aka get your Public Key):
./DHT_bootstrap Keys saved successfully Public key: EA7D7BD2566A208F83F81F8876DE6C1BDC1F8CA1788300296E5D4F4CB142CD77 Port: 33445
The key is also in PUBLIC_ID.txt in the same Directory.
- Run nTox like so:
./ntox 198.46.136.167 33445 728925473812C7AAC482BE7250BCCAD0B8CB9F737BF3D42ABD34459C1768F854
Where:
- Some Tox Node
- 198.46.136.167
- Port of that TOX Node
- 33445
- Public Key of that TOX Node
- 728925473812C7AAC482BE7250BCCAD0B8CB9F737BF3D42ABD34459C1768F854
- Et voilà:
/h for list of commands [i] ID: C759C4FC6511CEED3EC846C0921229CA909F37CAA2DCB1D8B31479C5838DF94C >>
You can add a friend:
/f ##PUBLIC_ID##
List your friends:
/l
Message a friend:
/m ##friend_list_index## ##message##