On 5/9/06, Bachman Kharazmi <[EMAIL PROTECTED]> wrote:
It's recommended to use packages as long as you don't need any extra
options from what I can recall from FAQ.

man pkg_add

then "sudo pkg_add
ftp://ftp.su.se/pub/OpenBSD/3.9/packages/i386/vim-6.4.6p1-no_x11.tgz";
note, it's 3.9 package and for i386 arch.
You really would be better off setting your PKG_PATH enviroment
varible to a ftp server near you and then using the command "pkg_add
-vi vim" ("v" is for verbose output, and "i" is for interactive mode,
which will prompt you for input when pkg_add needs some help deciding
what to do) to install vim instead of passing the entire path to the
package. Both methods work, but using PKG_PATH is faster and easier.

Reply via email to