summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
Diffstat (limited to 'other')
-rw-r--r--other/apidsl/README.md6
-rwxr-xr-xother/travis/toxcore-install2
2 files changed, 4 insertions, 4 deletions
diff --git a/other/apidsl/README.md b/other/apidsl/README.md
index 99694dca..00f92c85 100644
--- a/other/apidsl/README.md
+++ b/other/apidsl/README.md
@@ -1,11 +1,11 @@
1This folder contains the input file (``tox.in.h``) that has to be used to generate the ``tox.h`` api with: https://github.com/iphydf/apidsl 1This folder contains the input file (``tox.in.h``) that has to be used to generate the ``tox.h`` api with: https://github.com/TokTok/apidsl
2 2
3# Minimal requirements 3# Minimal requirements
4 4
5There are some minimal requirements to contribute to ``tox.h``: 5There are some minimal requirements to contribute to ``tox.h``:
6* unix environment 6* unix environment
7* ``astyle`` ``>=2.03`` 7* ``astyle`` ``>=2.03``
8* [``apidsl``](https://github.com/iphydf/apidsl) (you can use provided service with curl instead) 8* [``apidsl``](https://github.com/TokTok/apidsl) (you can use provided service with curl instead)
9 9
10## Quick way 10## Quick way
11 11
@@ -39,7 +39,7 @@ And you're done.
39 39
40If you prefer to have more control over what is happening, there are steps below: 40If you prefer to have more control over what is happening, there are steps below:
41 41
421. Install [``apidsl``](https://github.com/iphydf/apidsl) 421. Install [``apidsl``](https://github.com/TokTok/apidsl)
432. Install ``astyle``, version 2.03 or later. 432. Install ``astyle``, version 2.03 or later.
443. Modify [``tox.in.h``](/other/apidsl/tox.in.h) 443. Modify [``tox.in.h``](/other/apidsl/tox.in.h)
454. Use ``apidsl`` ``??`` 454. Use ``apidsl`` ``??``
diff --git a/other/travis/toxcore-install b/other/travis/toxcore-install
index f296c3ee..d2e67dbc 100755
--- a/other/travis/toxcore-install
+++ b/other/travis/toxcore-install
@@ -11,7 +11,7 @@ eval `opam config env`
11opam install -y ocamlfind ppx_deriving menhir 11opam install -y ocamlfind ppx_deriving menhir
12 12
13# Build apidsl. 13# Build apidsl.
14git clone --depth=1 https://github.com/iphydf/apidsl ../apidsl 14git clone --depth=1 https://github.com/TokTok/apidsl ../apidsl
15make -C ../apidsl -j$NPROC 15make -C ../apidsl -j$NPROC
16 16
17# Install cpp-coveralls to upload test coverage results. 17# Install cpp-coveralls to upload test coverage results.