Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
90fa7adc
"...resnet50_tensorflow.git" did not exist on "b5afddbefe9d27d368ace5ed9430290d9be41d8e"
Unverified
Commit
90fa7adc
authored
May 21, 2020
by
longpanda
Committed by
GitHub
May 21, 2020
Browse files
Update build_libfuse.sh
parent
b0c321df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
FUSEISO/build_libfuse.sh
FUSEISO/build_libfuse.sh
+10
-5
No files found.
FUSEISO/build_libfuse.sh
View file @
90fa7adc
...
@@ -14,16 +14,21 @@ LIBFUSE_DIR=$CUR/LIBFUSE
...
@@ -14,16 +14,21 @@ LIBFUSE_DIR=$CUR/LIBFUSE
rm
-rf
libfuse
rm
-rf
libfuse
rm
-rf
$LIBFUSE_DIR
rm
-rf
$LIBFUSE_DIR
# please download https://gitee.com/mirrors/libfuse/repository/archive/fuse-2.9.9.zip
# please download https://codeload.github.com/libfuse/libfuse/zip/fuse-2.9.9
if
!
[
-e
../ExFAT/mirrors-libfuse-fuse-2.9.9.zip
]
;
then
if
[
-e
../ExFAT/mirrors-libfuse-fuse-2.9.9.zip
]
;
then
rm
-rf
libfuse
unzip ../ExFAT/mirrors-libfuse-fuse-2.9.9.zip
cd
libfuse
elif
[
-e
../ExFAT/libfuse-fuse-2.9.9.zip
]
;
then
rm
-rf
libfuse-fuse-2.9.9
unzip ../ExFAT/libfuse-fuse-2.9.9.zip
cd
libfuse-fuse-2.9.9
else
echo
"Please download mirrors-libfuse-fuse-2.9.9.zip first"
echo
"Please download mirrors-libfuse-fuse-2.9.9.zip first"
exit
1
exit
1
fi
fi
unzip ../ExFAT/mirrors-libfuse-fuse-2.9.9.zip
cd
libfuse
./makeconf.sh
./makeconf.sh
./configure
--prefix
=
"
$LIBFUSE_DIR
"
./configure
--prefix
=
"
$LIBFUSE_DIR
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment