|
From: Bertho S. <be...@va...> - 2013-10-30 13:11:23
|
On 10/30/2013 02:00 PM, Marius Liebenberg wrote: > I downloaded, extracted, configured and maked it. Now what, I cant get > any further than that. I like the idea and want to test it but you are > going to have to give some small bit of guidance as to how we get to use > it please. You should have an executable named 'gcmc' in the src directory. You can type (assuming you are in the src directory: $ ./gcmc -o output.ngc ../tests/cutter.gcmc That should give you an output file "output.ngc" in the current directory which is the intepretation of the testfile. You can get a brief option help by typing: $ ./gcmc -h Also have a look at the example script and the doc/gcmc.txt file for more information on the functionality provided. -- Greetings Bertho (disclaimers are disclaimed) |