ONNC is a “release often” project. To keep up with the development or share your ideas, please join mailing list now! now!
- Ensure your idea have discussed in mailing list.
- Post your summary and implementation plan in Issues.
- Implement and run unittest.
- Create Pull Request, then report PR number to corresponding mailing list or Issues.
- Build with debug mode, take onnc-umbrella as an example:
- $> git clone --recursive https://github.com/ONNC/onnc-umbrella.git ${ONNC}
-
$> cd $ {ONNC} && ./build.sh dbg ${TARGET_TO_INSTALL}
- You will have a executable file named "unittest" in build-dbg/tools.
- Run "unittest", and get all pass.