Menu

about the difference of czt-1.0-bin and -src

Help
ogu
2007-09-05
2013-03-06
  • ogu

    ogu - 2007-09-05

    1st time , I'm writing. from Japan.

    (My environment is WindowsXP.)
    I want to know the difference of czt-1.0-bin.zip and czt-1.0-src.zip.
    I want to know that czt-1.0-bin.zip does not need to "mvn clean install", or need to.

    Today, I Install czt , looking at
    http://czt.sourceforge.net/install.html
    .

    But, I could not understand what is "CZT_HOME" and How I have to do , from the install.html.

    I tried download czt-1.0-bin.zip.
    I Unziped the file to C:\Program Files\czt\ Then,
    I downloaed czt-1.0-src.zip.
    I Unziped the file to C:\Program Files\czt\ as over-write(over-ride?).
    Then,
    I run
    mvn clean install
    , but the error happen.
    I did not find the error message on that time.
    Then,
    I tried to command
    java -jar czt.jar ...
    I could see czt's message ... so, install completed?

    I found the error message before... so , Now I can not understand why software works.

     
    • Tim Miller

      Tim Miller - 2007-09-07

      Hi,

      czt-1.0-bin.zip contains a binary release of CZT, whereas czt-1.0-src.zip contains the source code of that release.

      To run CZT, you only need czt-1.0-bin.zip, which is why CZT is working for you even though the compilation failed.

      I hope this helps,
      Tim

       
      • ogu

        ogu - 2007-09-10

        Thank you very much for your answer.

        I want to reaffirm ,
        When I use a bin-archive, is compiling it necessary?

         
        • Petra Malik

          Petra Malik - 2007-09-10

          If you are using czt-1.0-bin, compiling is NOT necessary (bin is short for binary).
          Just follow the instructions on http://czt.sourceforge.net/manual.html but ignore the chapter about source releases.  If you want to use CZT from within jEdit, you still need to install the plugins etc. as described there.

          czt-1.0-src (src is short for source) only contains the source code but not the binaries and you need to compile to get the jar files (binaries).

          Cheers,
          Petra

           
          • ogu

            ogu - 2007-09-10

            Thank you very much for your answer.

             
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.