Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Build Instructions

Fraser Hutchison edited this page Jun 17, 2013 · 10 revisions

Currently, this library should only be built as part of the MaidSafe super-project. Full details about the build process can be found in the build instructions for the super-project. However, the following should normally be enough to get you started:

git clone [email protected]:maidsafe/MaidSafe [optional folder name]
cd MaidSafe (or optional folder name)
git submodule update --init
cmake -H. -Bbuild

This should create a subdirectory called build containing among other things a makefile or project file (e.g. maidsafe.sln). To build all RUDP targets, build AllRudp.