Thanks for the info. I have setup CODESBASE,CODESNET and ROSS environment variables and tried to run example.c. However, compiling is failing because of the following reason.
sughosh@sughosh-Lenovo-G50-45:~/Desktop/IITC/CS597/codes-base/doc/example$ make
make: /home/sughosh/Desktop/IITC/CS597/ROSS/bin/ross-config: Command not found
make: /home/sughosh/Desktop/IITC/CS597/ROSS/bin/ross-config: Command not found
make: /home/sughosh/Desktop/IITC/CS597/ROSS/bin/ross-config: Command not found
make: /home/sughosh/Desktop/IITC/CS597/ROSS/bin/ross-config: Command not found
I/home/sughosh/Desktop/IITC/CS597/codes-base/include -I/home/sughosh/Desktop/IITC/CS597/codes-net/include/codes -L/home/sughosh/Desktop/IITC/CS597/codes-base/lib -L/home/sughosh/Desktop/IITC/CS597/codes-net/lib example.c -lcodes-net -lcodes-base -o example
make: I/home/sughosh/Desktop/IITC/CS597/codes-base/include: Command not found
make: [example] Error 127 (ignored)