commit | b3d03b98e72d194fbf602b72bf8822b9522e460d | [log] [tgz] |
---|---|---|
author | Varun Patil <varunpatil@ucla.edu> | Fri Jan 08 17:09:32 2021 +0530 |
committer | Davide Pesavento <davidepesa@gmail.com> | Fri Jan 08 11:43:04 2021 -0500 |
tree | 9f70fe88d1d2374328ab098502c57cae2e671bf6 | |
parent | 7676b56b9ed8839ba7c1dcfc49978c44fcbc84b6 [diff] |
build: fix ambiguous calls to std::make_shared Change-Id: I21cb38bea2eeb265c312acd4a5aa4d2a1b014601
ChronoChat is a multiparty chat application that demostrates our synchronization primitive that we call ChronoSync.
Note that after you click to close ChronoChat, it will keep running on your system tray. To restore it to normal size window, you have to click on the system tray icon (normally on the upper right corner of your screen). Clicking on the dock won't work for now and is still on the to-do list (because I'm using qt for gui, not the native Cocoa framework).
On Ubuntu, configure the NDN PPA repository and install the necessary dependencies
sudo apt install nfd libndn-cxx-dev libchronosync-dev libboost-all-dev libsqlite3-dev qt5-default
Fetch source code
git clone https://github.com/named-data/ChronoChat
Configure and build ChronoChat
./waf configure ./waf
Congratulations! build/ChronoChat
is ready to use. Do not forget to start NFD and configure FIB before using ChronoChat. For ease of debugging, you can generate trusted identities in your local TPM using debug-tools/create-cert
.