C++ code of the nodes

  • このトピックには1件の返信、2人の参加者があり、最後に匿名により8年、 5ヶ月前に更新されました。
2件の投稿を表示中 - 1 - 2件目 (全2件中)
  • 投稿者
    投稿
  • #3137
    匿名
    参加者

    Is it possible to see the C++ code of the nodes? If so, how do I do it?

    #413
    匿名
    参加者

    – Case.1
    If you are using Ubuntu distribution, you can easily get source codes using the following method.

    apt-get source <package-name>

    e.g.) In case of the HARK basic package’s source codes and HARK-Python source code required.
    apt-get source harkfd hark-sss hark-python

    – Case.2
    When you need an older version than the one you are currently releasing,
    or
    If you are using another Linux distribution (e.g. Debian, Mint, Fedora, Cent OS, Red Hat, Vine, etc…)
    you can download source code in tar.gz or tar.xz format from the following location.
    However, we do not officially support other than Ubuntu.
    If you use an OS other than Ubuntu, you may need to change configure.ac or/and Makefile.am.

    http://archive.hark.jp/harkrepos/dists/<code-name>/non-free/source/

    e.g.) Xenial, Trusty, Precise are as follows.
    http://archive.hark.jp/harkrepos/dists/xenial/non-free/source/
    http://archive.hark.jp/harkrepos/dists/trusty/non-free/source/
    http://archive.hark.jp/harkrepos/dists/precise/non-free/source/

    If you need a more older version please download from the bottom of the bottom on this page.
    http://www.hark.jp/wiki.cgi?page=Softwares

    Best regards,
    m.takigahira

2件の投稿を表示中 - 1 - 2件目 (全2件中)
  • このトピックに返信するにはログインが必要です。