C++ code of the nodes

HARK FORUM C++ code of the nodes

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #411
    Zouhair_Ghalfi
    Participant

      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

    Viewing 2 posts - 1 through 2 (of 2 total)
    • You must be logged in to reply to this topic.