From 6683a4b28401eb154579601834d63a6ef2413bdd Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 11 Sep 2016 21:09:41 +0100 Subject: Use TokTok's apidsl instead of the iphydf one. --- other/apidsl/README.md | 6 +++--- other/travis/toxcore-install | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'other') 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 @@ -This 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 +This 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 # Minimal requirements There are some minimal requirements to contribute to ``tox.h``: * unix environment * ``astyle`` ``>=2.03`` -* [``apidsl``](https://github.com/iphydf/apidsl) (you can use provided service with curl instead) +* [``apidsl``](https://github.com/TokTok/apidsl) (you can use provided service with curl instead) ## Quick way @@ -39,7 +39,7 @@ And you're done. If you prefer to have more control over what is happening, there are steps below: -1. Install [``apidsl``](https://github.com/iphydf/apidsl) +1. Install [``apidsl``](https://github.com/TokTok/apidsl) 2. Install ``astyle``, version 2.03 or later. 3. Modify [``tox.in.h``](/other/apidsl/tox.in.h) 4. 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` opam install -y ocamlfind ppx_deriving menhir # Build apidsl. -git clone --depth=1 https://github.com/iphydf/apidsl ../apidsl +git clone --depth=1 https://github.com/TokTok/apidsl ../apidsl make -C ../apidsl -j$NPROC # Install cpp-coveralls to upload test coverage results. -- cgit v1.2.3