Ignore:
Timestamp:
02/22/2018 07:45:27 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
948f91a1
Parents:
e912fc8
Message:

Update sshfs instructions fo rmeson/ninja.
Tags and cleanup.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19847 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/sshfs.xml

    re912fc8 r2e0d6b9  
    1010  <!ENTITY sshfs-md5sum        "f261fe7ec77adc3a53f2116f3b8cb8ab">
    1111  <!ENTITY sshfs-size          "48 KB">
    12   <!ENTITY sshfs-buildsize     "1.9 MB">
     12  <!ENTITY sshfs-buildsize     "1.5 MB">
    1313  <!ENTITY sshfs-time          "less than 0.1 SBU">
    1414]>
     
    3939    </para>
    4040
    41     &lfs81_checked;
     41    &lfs82_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    112112    </para>
    113113
    114 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    115 make</userinput></screen>
     114    <screen><userinput>mkdir build &amp;&amp;
     115cd    build &amp;&amp;
     116         
     117meson --prefix=/usr .. &amp;&amp;
     118ninja</userinput></screen>
    116119
    117120    <para>
     
    123126    </para>
    124127
    125 <screen role="root"><userinput>make install</userinput></screen>
     128<screen role="root"><userinput>ninja install</userinput></screen>
    126129  </sect2>
    127130
     
    141144    </para>
    142145
    143 <screen><userinput>fusermount -u ~/example</userinput></screen>
     146<screen><userinput>fusermount3 -u ~/example</userinput></screen>
    144147
    145148    <para>
     
    149152    </para>
    150153
    151 <screen>userid@example.com:/path /media/path fuse.sshfs  _netdev,IdentityFile=/home/userid/.ssh/id_rsa 0 0</screen>
     154    <screen><literal>userid@example.com:/path /media/path fuse.sshfs _netdev,IdentityFile=/home/userid/.ssh/id_rsa 0 0</literal></screen>
    152155
    153156    <para>
Note: See TracChangeset for help on using the changeset viewer.