- Homepage: https://software-network.org/
- Docs: https://github.com/SoftwareNetwork/sw/tree/master/doc/
- Download: https://github.com/SoftwareNetwork/binaries
- Issue tracking: https://github.com/SoftwareNetwork/sw/issues
- Forum: https://groups.google.com/forum/#!forum/software-network
- Download client from https://github.com/SoftwareNetwork/binaries
- Unpack, add to PATH
- Run
git clone https://github.com/SoftwareNetwork/sw
cd sw
sw build
(optional) Run sw generate to generate VS solution.
- Download CPPAN client from https://cppan.org/client/
- Run
git clone https://github.com/SoftwareNetwork/sw
cd sw
cppan --generate .
- Open generated solution file for Visual Studio.
For other build types or OSs, run cppan with config option cppan --generate . --config gcc8_debug.
Check out config options at https://github.com/SoftwareNetwork/sw/blob/master/cppan.yml#L7
More info about supporting Software Network can be found here.