build: find Boost lib architecture automatically

refs #4573

Change-Id: I95053b56e0d6e2d1ab58d5e0030aa5180c2a2c41
1 file changed
tree: b9316745c253befde2f7d28bcf814ff3c57bc468
  1. .jenkins.d/
  2. .waf-tools/
  3. cmd/
  4. contrib/
  5. core/
  6. docs/
  7. fs-watcher/
  8. gui/
  9. osx/
  10. res/
  11. server/
  12. src/
  13. tests/
  14. .clang-format
  15. .gitignore
  16. .jenkins
  17. .Jenkinsfile
  18. .travis.yml
  19. AUTHORS.md
  20. auto-release.sh
  21. ChronoShare.desktop.in
  22. COPYING.md
  23. log4cxx.properties
  24. make-osx-bundle.py
  25. README.md
  26. RELEASE_NOTES.md
  27. sparkle-appcast.xml
  28. waf
  29. wscript
README.md

ChronoShare: Decentralized File Sharing Over NDN

ChronoShare provides services similar to Dropbox, but in a decentralized way.

It uses ChronoSync library to synchronize the operations to the shared-folder and levels NDN's advantage of natural multicast support. The sharing process is completely decentralized, but it is also very easy to add a permanent storage server.

To see more details about ChronoShare design, click here.

Highlights

  • Decentralised
  • Version controlled
  • Wifi Adhoc communications (Only supported in Mac OS 10.7 and above)
  • NDN-JS interface for versioning history browsing and checking out old version
  • Dropbox like user experience (ok, their UI is fancier)

Compile

To see more configure options, use ./waf configure. To compile with default configuration, use

./waf configure
./waf