Menu

jsystem 6.0.02 source code

Help
2014-01-14
2014-01-26
  • Eran Cohanim

    Eran Cohanim - 2014-01-14

    Hi All,
    where can i find the latest source code for latest jsystem (6.0.02)

    Thanks

     
  • Doron

    Doron - 2014-01-14

    if i'm not mistaken, on git:
    https://github.com/Top-Q/jsystem

    you can clone the project to your workspace
    and follow the instruction on the readme

     
    • Eran Cohanim

      Eran Cohanim - 2014-01-15

      Thanks, I've checked and this is the source code for 6.0.03 and i need the source code for 6.0.02

       
  • Doron

    Doron - 2014-01-15
     
    • Eran Cohanim

      Eran Cohanim - 2014-01-15

      the above link is a zip or tgz file which great
      but is there any svn link that i could checkout the code from?

       
  • Eran Cohanim

    Eran Cohanim - 2014-01-15

    Found it, its can be checked out using svn using the below link:
    https://github.com/Top-Q/jsystem.git/tags/6.0.02

     
  • Itai Agmon

    Itai Agmon - 2014-01-26

    Hi Eran.

    Some familiarity with Git is required in order to work with Github repositories.

    Try the following command sequence:

    ~~~~~~~

    git clone https://github.com/Top-Q/jsystem.git
    cd jsystem
    git checkout 6.0.02

    ~~~~~~~~

     

Log in to post a comment.