mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
link ntfs-3g to external libfuse by default
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15730 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
b8ef2ab076
commit
269beb58ea
@ -80,9 +80,9 @@
|
||||
|
||||
<bridgehead renderas="sect3">Ntfs-3g Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="fuse"/>.
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="fuse"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
@ -114,7 +114,7 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
||||
<screen><userinput>./configure --prefix=/usr --disable-static --with-fuse=external &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -127,7 +127,7 @@ make</userinput></screen>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
ln -sv ../bin/ntfs-3g /sbin/mount.ntfs &&
|
||||
ln -sv /usr/share/man/man8/{ntfs-3g,mount.ntfs}.8</userinput></screen>
|
||||
ln -sv ntfs-3g.8 /usr/share/man/man8/mount.ntfs.8</userinput></screen>
|
||||
|
||||
<para>
|
||||
If you want ordinary users to be able to mount NTFS partitions you'll need
|
||||
@ -147,11 +147,11 @@ ln -sv /usr/share/man/man8/{ntfs-3g,mount.ntfs}.8</userinput></screen>
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<para>
|
||||
<option>--with-fuse=external</option>: Ntfs-3g comes with a version of
|
||||
Fuse which it statically compiles into <command>lowntfs-3g</command> and
|
||||
<command>ntfs-3g</command>. If you have installed <xref linkend="fuse"/>
|
||||
use this option to dynamically link <command>lowntfs-3g</command> and
|
||||
<command>ntfs-3g</command> to libfuse.
|
||||
<parameter>--with-fuse=external</parameter>: This switch dynamically
|
||||
links <command>lowntfs-3g</command> and <command>ntfs-3g</command> to
|
||||
external libfuse. Omit it if you have not installed <xref
|
||||
linkend="fuse"/> or if you want to use internal statically compiled
|
||||
libfuse.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user