04.03.2011, 17:49, "Marcus D. Hanwell" <[email protected]>: > 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
Avopkg allows you to install plugins to $HOME when run as user and to Avogadro plugin directory when run as root. Avopkg allow you to distinguish plugin types and install them into proper places. Avopkg allows you to package and install Python plugins properly -- Regards, Konstantin ------------------------------------------------------------------------------ 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
