meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| start_hacking [2020/02/15 23:45] – revusky | start_hacking [2023/05/06 17:25] (current) – revusky | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | If all you want to do is use the tool, all you need to do is download the following two files: | + | ====== Start Hacking! ====== |
| - | [[https:// | ||
| - | [[https:// | ||
| - | Put both files in the same directory somewhere and then the tool should | + | CongoCC is based on the idea that things |
| - | java -jar & | + | |
| - | That’s all, folks! The freemarker.jar must be in the same directory as the javacc.jar. Aside from that, there are no other dependencies. The above command-line should work on PC, Mac, or Linux. | + | [[https:// |
| + | |||
| + | There are no dependencies | ||
| + | |||
| + | java -jar congocc.jar < | ||
| + | |||
| + | That’s all, folks! | ||
| The rest of the page is for the small minority of people who want to hack the code. The most basic requirements are: | The rest of the page is for the small minority of people who want to hack the code. The most basic requirements are: | ||
| Line 17: | Line 20: | ||
| You should be able to check out and build the code like so: | You should be able to check out and build the code like so: | ||
| - | git clone https:// | + | git clone https:// |
| - | cd javacc21 | + | cd congo |
| ant | ant | ||
| Line 26: | Line 29: | ||
| If the above is all successful, in principle, you are able to hack the code. None of this should require any tinkering with any environment variables such as CLASSPATH. | If the above is all successful, in principle, you are able to hack the code. None of this should require any tinkering with any environment variables such as CLASSPATH. | ||
| - | Now, of course, most people will want to get the code into an IDE, such as Eclipse or IntelliJ. | + | Now, of course, most people will want to get the code into an IDE, such as Eclipse or IntelliJ. |
| + | |||
| + | ===== Eclipse ===== | ||
| + | |||
| + | In Eclipse, it is just '' | ||
| + | |||
| + | ===== IntelliJ ===== | ||
| + | |||
| + | In IntelliJ, you can also directly open the base directory as a project. You can simply do: '' | ||
| - | You may run into some issue (in particular | + | If you have any issues or suggestions about this topic (or any other), please go to the [[https:// |