Difference between revisions of "Ntfs-3g"
From CBLFS
Jump to navigationJump to searchm |
|||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://www.ntfs-3g.org/ntfs-3g- | + | | http://www.ntfs-3g.org/ntfs-3g-{{ntfs-3g-Version}}.tgz |
|} | |} | ||
Revision as of 14:25, 21 June 2007
Download Source: | http://www.ntfs-3g.org/ntfs-3g-2014.2.15.tgz |
---|
Contents
Introduction to Ntfs-3g
NTFS-3G is NTFS Read/Write Driver.
Project Homepage: Unknown
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
32Bit
Compile the package:
sed -i "/PKG_CONFIG_PATH=/d" configure && CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr --libdir=/usr/lib && make
Install the package
make install
N32
Compile the package:
sed -i "/PKG_CONFIG_PATH=/d" configure && CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 && make
Install the package
make install
64Bit
Compile the package:
sed -i "/PKG_CONFIG_PATH=/d" configure && CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 && make
Install the package
make install