You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apt-get update
apt-get install libssl-dev build-essential zlib1g-dev git
git clone http://www.slac.stanford.edu/~abh/bbcp/bbcp.git
cd bbcp/src
(to compile into Debian modify Makefile file and change the line that contains "uname -i" by "uname -m")
make
cp ../bin/amd64_linux/bbcp /bin/bbcp
bbcp --version
You need "bbcp" program in client and server hosts.
The text was updated successfully, but these errors were encountered:
You can use same instructions from this fork but git clone from http://www.slac.stanford.edu/~abh/bbcp/bbcp.git :
apt-get update
apt-get install libssl-dev build-essential zlib1g-dev git
git clone http://www.slac.stanford.edu/~abh/bbcp/bbcp.git
cd bbcp/src
(to compile into Debian modify Makefile file and change the line that contains "uname -i" by "uname -m")
make
cp ../bin/amd64_linux/bbcp /bin/bbcp
bbcp --version
You need "bbcp" program in client and server hosts.
The text was updated successfully, but these errors were encountered: