Activity
From 02/01/2015 to 03/02/2015
02/18/2015
02/09/2015
- 03:11 PM Task #2476 (Code review): Update the building instruction to accommodate power-constrained platform
- 03:11 PM Task #2475 (Code review): Remove unnecessary dependency on protobuf
- 02:45 PM Task #2457 (Rejected): Create Face in Logic rather than pass a Face reference in the constructor of Logic/Socket
- It turns out a more decent solution is to clean up everything in destructor.
02/04/2015
- 12:57 PM Task #2476: Update the building instruction to accommodate power-constrained platform
- When compiling on Odroid platform (probably on every embedded platform) one must compile with the -j1 flag because of...
- 12:54 PM Task #2476 (Closed): Update the building instruction to accommodate power-constrained platform
- ./waf
Waf: Entering directory `/software/ChronoSync/build'
[ 1/11] Compiling src/diff-state-container.cpp
[ 2/11... - 12:55 PM Task #2475: Remove unnecessary dependency on protobuf
- in order to compile must run as follows
./waf -j1
sudo ./waf install
Build is successful. - 12:51 PM Task #2475 (Closed): Remove unnecessary dependency on protobuf
- prereq is to install protoc (protobuf is installed by default)
sudo apt-get install protobuf-compiler
./waf con...
Also available in: Atom