Installation
Currently, MyNC deployment process consists of the following steps:
- Create character device file "/dev/ncb", major number 60, minor 0.
- Insert mykernel modules by executing "./do.sh" from "mykernel" directory as root.
- Create a working directory (e.g., "mync").
- Copy files gmync/src/test.dtd and gmync/src/test.xml into the working directory.
- Launch "myncbd" with the working directory as the current one (as root, depending
on access permissions for "/dev/ncb" device).
- Launch "gmync" with the working directory as the current one.
As the result, you will see gmync window, as demonstrated by the screenshots
at the "Overview" page.
As you can see, MyStorage is not used in this setup. This is
because MyStorage is still in a mid-development phase.
You can also launch "gncedit", which is a stand-alone editor for G-code programs.