SSHFS
From CBLFS
Revision as of 15:13, 8 September 2010 by Weibullguy (talk | contribs)
Download Source: | http://downloads.sourceforge.net/fuse/sshfs-fuse-1.8.tar.gz |
---|
Contents
Introduction to SSHFS
Project Homepage: Unknown
Dependencies
Required
- OpenSSH
- pkg-config
- FUSE >= 2.2
- Glib2
Non-Multilib
Compile the package:
./configure --prefix=/usr make
Install the package
make install
Multilib
32Bit
Compile the package:
PKG_CONFIG_PATH="$PKG_CONFIG_PATH32" CC="gcc ${BUILD32}" \ ./configure --prefix=/usr && make
Install the package
make install
N32
Compile the package:
PKG_CONFIG_PATH="$PKG_CONFIG_PATHN32" CC="gcc ${BUILDN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 && make
Install the package
make install
64Bit
Compile the package
PKG_CONFIG_PATH="$PKG_CONFIG_PATH64" CC="gcc ${BUILD64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 && make
Install the package
make install