Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F4823718
makehivex.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
302 B
Referenced Files
None
Subscribers
None
makehivex.sh
View Options
#!/bin/bash
# When compiling under mingw, make sure PKG_CONFIG_PATH is set
uname | grep MINGW &>/dev/null
if [ $? -eq 0 ]; then
export PKG_CONFUG_PATH="/local/lib/pkgconfig"
fi
cd hivex
make clean
autoreconf
./configure --disable-ocaml --disable-perl --disable-python --disable-ruby && make
cd ..
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Sun, May 11, 1:08 PM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1232668
Default Alt Text
makehivex.sh (302 B)
Attached To
Mode
rFRED fred
Attached
Detach File
Event Timeline
Log In to Comment