On Mon, Apr 17, 2006 at 08:11:16PM +0200, Johan SANCHEZ wrote: > > > Certainly want to try this when I can find time. Forgive me for being > > > lazy, but probably could encourage more to try by providing > > > some kind of > > > step-through or guide:) > > > > What kind of a guide is needed? Install the x* file sets, and pkg_add your > > applications. > > Hi, > Personnally i prefer use the ports tree or compile from the sources > but even if that s not that complicated it could be useful to read > in what order or what way libs or dependancies must be installed, > just to avoid time loss at least ... > Cheers
Ports will automatically do the right thing. Installing from source is understandably not supported, but reading ports it shouldn't be too hard either. More to the point, select some packages you want to have installed, and use either pkg_add or make install with the proper arguments/in the proper directories. Both systems will automatically pull in all dependencies. Joachim