Hi! On Wed, May 18, 2011 at 12:45 AM, Sikandar Mashayak <[email protected]> wrote: > Hi > So far I have been using in-built functionalities of votca. Sometimes I need > to perform task which can not be done readily with default functions and I > am thinking to start modifying/adding the code. > I tried creating projects in Netbeans and also in eclipse, but with no > success. It would be great if anyone could help me getting started with > this. > thanks > sikandar >
Did you try following the guide on http://code.google.com/p/votca/wiki/Development Please let us know what you're actually trying. Do you need to modify VOTCA code? Most likely not. I would guess that you want to create a project that makes (heavy) use of VOTCA routines. The quickest way to get you started is: - make sure you have working VOTCA and GROMACS installations - source VOTCA.*rc and GMXRC and open Netbeans (i.e., Netbeans knows about VOTCA and GROMACS env vars) - create a new project (and add an example/template file, e.g. csg/share/template/template_threaded.cc or share/votca/template/template.cc) - Edit the project's properties: add "votca_csg" as a library and your VOTCA_INST_PATH/lib as a library path Your project should compile. (What's left to do: add VOTCA_INST_PATH/include to your project as an include path - this is not necessary for compilation, but allows Netbeans to fully resolve header information) Let me know where you're stuck. I will then also update the wiki entry to make it more complete. Cheers Konstantin > -- > You received this message because you are subscribed to the Google Groups > "votca" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/votca?hl=en. > -- You received this message because you are subscribed to the Google Groups "votca" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/votca?hl=en.
