meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
technical_support [2023/02/19 00:42] revuskytechnical_support [2023/05/06 17:23] (current) revusky
Line 1: Line 1:
 ====== Technical Support ====== ====== Technical Support ======
  
-Our policy is that we only provide technical support for the //latest// version of the tool. That is the version that you can download at [[https://congocc.far/download/congocc-full.jar]]. +Our policy is that we only provide technical support for the //latest// version of the tool. That is the version that you can download at [[https://parsers.org/download/congocc.jar]]. 
  
 Alternatively, your own build is fine //as long as it is built from the latest version of the code//, e.g. your jarfile is the result of: Alternatively, your own build is fine //as long as it is built from the latest version of the code//, e.g. your jarfile is the result of:
  
 <code> <code>
-      git clone https://github.com/congo-cc/congo-parser-generator.git congocc +      git clone https://github.com/congo-cc/congo-parser-generator.git congo 
-      cd congocc +      cd congo 
-      ant full-jar+      ant jar
 </code>    </code>