Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3510100
install_amqp_cpp.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
340 B
Referenced Files
None
Subscribers
None
install_amqp_cpp.sh
View Options
#!/usr/bin/env bash
set
-e
cd
/tmp
git clone --recurse-submodules -b v4.3.16 --single-branch https://github.com/CopernicaMarketingSoftware/AMQP-CPP
pushd
AMQP-CPP
mkdir build
pushd
build
cmake .. -DAMQP-CPP_BUILD_SHARED
=
ON -DAMQP-CPP_LINUX_TCP
=
ON
cmake --build . --target install
popd
# build
popd
# AMQP-CPP-BUILD
rm -rf AMQP-CPP-BUILD
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Mon, Dec 23, 11:52 AM (19 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2690833
Default Alt Text
install_amqp_cpp.sh (340 B)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment