[nox-dev] help need

2012-01-13 Thread Baraki Halefom
Hi dear nox developers, I am new to NOX development. I am trying to create my own component under a new directory. for testing purpose I did the following things (in the virtual machine): 1. made directory under the coreapps directory 2. I copy the files in the examples directory and renamed

Re: [nox-dev] help need

2012-01-13 Thread Javier Liendo
i know that to promote your own blog post is in complete bad taste :) but here you will find some notes i took while i was starting writing components for nox...hope you will find it useful...if you find any errors please let me know... http://blog.egofuzzer.net/2011/10/developing-in-nox.html

Re: [nox-dev] help need

2012-01-13 Thread Javier Liendo
from http://noxrepo.org/~yapkke/doc/Howto.html please try: 1) Create a new directory in coreapps, netapps or webapps 2) Add the appropriate C and header files with meta.json and Makefile.am 3) Add the new directory to configure.ac.in 4) Rerun ./boot.sh and ./configure (step 2 would be your