Skip to content

A program that transfer of files of any size over the web

License

Notifications You must be signed in to change notification settings

Black-Speedy/WebShare-Connect

Repository files navigation

WebShare-Connect

A program that transfer of files of any size over the web

Having trouble getting ZeroMQ and czmq on Linux?

Note for building below. You can clone the repository to any location. Make install will put the files into the correct locations.

To build ZeroMQ follow the steps:

git clone https://github.com/zeromq/libzmq.git
cd libzmq
mkdir build
cd build
cmake ..
make
sudo make install

To build czmq follow the steps:

git clone https://github.com/zeromq/czmq.git
cd czmq
mkdir build
cd build
cmake ..
make
sudo make install

About

A program that transfer of files of any size over the web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published