Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
opendht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
opendht
Commits
948a617d
Commit
948a617d
authored
9 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
add build instructions for cmake
parent
e9e3fd69
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+15
-0
15 additions, 0 deletions
README.md
with
15 additions
and
0 deletions
README.md
+
15
−
0
View file @
948a617d
...
@@ -62,6 +62,8 @@ int main()
...
@@ -62,6 +62,8 @@ int main()
How-to build and install
How-to build and install
-
-
### Using autotools
```
bash
```
bash
# clone the repo
# clone the repo
git clone https://github.com/savoirfairelinux/opendht.git
git clone https://github.com/savoirfairelinux/opendht.git
...
@@ -72,6 +74,19 @@ cd opendht
...
@@ -72,6 +74,19 @@ cd opendht
make
make
sudo
make
install
sudo
make
install
```
```
### Using cmake
```
bash
# clone the repo
git clone https://github.com/savoirfairelinux/opendht.git
# build and install
cd
opendht
mkdir
build
&&
cd
build
cmake
-DOPENDHT_PYTHON
=
ON ..
make
-j
sudo
make
install
```
How-to build a simple client app
How-to build a simple client app
-
-
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment