SSHFS

From CBLFS
Revision as of 05:42, 7 September 2007 by 58.242.218.134 (talk) (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://sunsite.ualberta.ca/pub/OpenBSD/OpenSSH/portable/openssh-{{OpenSSH-Version}}.tar.gz |} ---- == D...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://sunsite.ualberta.ca/pub/OpenBSD/OpenSSH/portable/openssh-6.3p1.tar.gz


Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr
make

Install the package

make install

Multilib

This package does not provide any libraries so only one installation is needed.

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make

Install the package

make install &&
mv -v /usr/bin/sshfs{,-32}

N32

Compile the package:


Install the package


64Bit

Compile the package

CC="gcc ${BUILD64}" ./configure --prefix=/usr
make

Install the package

make install