summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-02 17:25:29 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-02-06 13:06:22 +0000
commit52f6e4e7c59ab3fddac779278dd90796569a857f (patch)
treec1661cb0555cf9050e32223753d56247b6d5901b /INSTALL.md
parenta3a0e553f3f06cf97d58347901fd478db81d571b (diff)
Move tox_shell program to the toxins repository.
https://github.com/TokTok/toxins/tree/master/tox_shell
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/INSTALL.md b/INSTALL.md
index efd5d383..067a4b9c 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -43,13 +43,7 @@ This repository, although called `toxcore`, in fact contains several libraries b
43 43
44#### Secondary 44#### Secondary
45 45
46There are some testing programs that you might find interesting. Note that they are not intended for the real-world use and are not coded to the high security standards, so use them on your own risk. 46There are some programs that are not plugged into the CMake build system which you might find interesting. You would need to build those programs yourself. These programs reside in [`other/fun`](other/fun) directory.
47
48| Name | Type | Dependencies | Platform | Description |
49|-------------|------------|------------------------|-----------|-----------------------------------------------------------------------------------------------------------------------------------------|
50| tox_shell | Executable | libtoxcore, libutil | Unix-like | Proof of concept SSH-like server software using Tox. Testing program, not intended for actual use. |
51
52There are also some programs that are not plugged into the CMake build system which you might find interesting. You would need to build those programs yourself. These programs reside in [`other/fun`](other/fun) directory.
53 47
54| Name | Type | Dependencies | Platform | Description | 48| Name | Type | Dependencies | Platform | Description |
55|---------------------|------------|----------------------|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------| 49|---------------------|------------|----------------------|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|