Task #2372
closedAdd INSTALL and wiki instruction for Odroid
100%
Description
When installing NFD on an Odroid Xu3, we must remove the stock boost libs prior to installation (if they are installed via apt-get). We should already have ndn-cxx installed, which required the installation of boos libs manually as a pre-requisite.
The installation of NFD is as follows
./waf configure (do not attempt to configure --with-tests as it will fail)
./waf -j1 (we have a quad core CPU with only 2G or memory)
sudo ./waf install
This process should take about 20-30 minutes.
Compiling on Odroid wiki
Updated by Junxiao Shi almost 10 years ago
- Assignee set to Chaim Rieger
- Target version set to Unsupported
- Start date deleted (
01/12/2015)
@Chaim, please add contents into ndn-embedded wiki (not NFD wiki).
Updated by Alex Afanasyev almost 10 years ago
I have create this page: http://redmine.named-data.net/projects/ndn-embedded/wiki/Compiling_on_Odroid?parent=Wiki
Chaim, I tried to add you enough permissions. Let me know if I failed.
Updated by Chaim Rieger almost 10 years ago
The page you were trying to access doesn't exist or has been removed.
Updated by Junxiao Shi almost 10 years ago
I've reviewed Compiling on Odroid rev1.
- The page is not correctly formatted in Markdown syntax. Please fix the format.
- There are typos such as "NDF".
- Status for #2372 is not correctly toggled.
Updated by Chaim Rieger almost 10 years ago
I put up the first draft, will get it all completed later this evening.
Updated by Alex Afanasyev almost 10 years ago
You mentioned that configuring with tests will lead to an error. Can you show us the actual error?
Updated by Junxiao Shi about 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Compiling_on_Odroid page has been written.