On Fri, Mar 4, 2011 at 9:43 AM, Konstantin Tokarev <[email protected]> wrote: > > > 04.03.2011, 17:23, "Marcus D. Hanwell" <[email protected]>: >> On Wed, Mar 2, 2011 at 12:19 PM, Mickaël Gadroy >> <[email protected]>; wrote: >> >>> Hi, >>> >>> I would like to use the Avogadro plugin path in /home/[user]/.avogadro/ . >>> But I do not find them. They do not create by default (except for the >>> python plugins). I currently realize my test in /user/local/lib/avogadro. >>> What are the paths for each plugin ? >> >> This is simply a location we scan for valid plugins. I will see about >> adding the option to use user locations to the CMake code. I have >> never used the avopkg stuff, and you can certainly do everything you >> need by building a dependent project (like the simple wire engine or >> the VTK extension) and placing the resultant .so in the right >> location. > > You just do > > > make manifest > make package > make package_install > > and .so will be placed to right directory.
I would rather just do, make make install It is not necessary in my workflow, and I was pointing out the one I employ. CMake can easily target the correct location, and for plugins I am actively working on I have no need of any kind of packaging. I usually don't even do make install and simply run from the build directory, but this is not currently possible with externally built plugins. Marcus ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ Avogadro-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/avogadro-devel
